#1B7EAF

Color #1B7EAF Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #1B7EAF

Tints of Cerulean #1B7EAF

Color information

#1B7EAF (or 0x1B7EAF) is unknown color: approx Cerulean. HEX triplet: 1B, 7E and AF. RGB value is (27,126,175). Sum of RGB (Red+Green+Blue) = 27+126+175=328 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.23% from 328); Green value is 126 (49.61% from 255 or 38.41% from 328); Blue value is 175 (68.75% from 255 or 53.35% from 328); Max value from RGB is 175 - color contains mainly: blue. Hex color #1B7EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7EAF is #E48150. Grayscale: #656565. Windows color (decimal): -14975313 or 11501083. OLE color: 11501083.

HSL color Cylindrical-coordinate representation of color #1B7EAF: hue angle of 199.86º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B7EAF is Cyan = 0.85, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB27126175-
CMYK0.850.2800.31
HSL199.86º73.27%39.61%-
HSV(B)199.86º84.57%68.63%-
XYZ15.6518.2543.26-
YUV101.98169.274.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 27 (10.94% from 255) = 8.23%
GREEN value IS 126 (49.61% from 255) = 38.41%
BLUE value IS 175 (68.75% from 255) = 53.35%
R=8.23%
G=38.41%
B=53.35%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal271261750.850.2800.31199.8673.2739.61
Hex1B7EAF551C01Fc84928
Octal331762571253403731011150
Binary11011111111010101111101010111100011111110010001001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B7EAF; }

 p { color: rgb(27,126,175); }

 H1.HeaderClassName
 {
   color: #1B7EAF;
 }
 .AnyTagClassName
 {
   color: #1B7EAF;
 }
</style>
background-color css

<style>
 a { background-color: #1B7EAF; }

 a { background-color: rgb(27,126,175); }

 div.DivClassName
 {
   background-color: #1B7EAF;
 }
 .BgClassName
 {
   background-color: #1B7EAF;
 }
</style>
border-color css

<style>
 span { border-color: #1B7EAF; }

 span { border-color: rgb(27,126,175); }

 td.TdClassName
 {
   border-color: #1B7EAF;
 }
 .TagClassName
 {
   border-color: #1B7EAF;
 }
</style>