#1B7AAF

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

Shades of Cerulean #1B7AAF

Tints of Cerulean #1B7AAF

Color information

#1B7AAF (or 0x1B7AAF) is unknown color: approx Cerulean. HEX triplet: 1B, 7A and AF. RGB value is (27,122,175). Sum of RGB (Red+Green+Blue) = 27+122+175=324 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.33% from 324); Green value is 122 (48.05% from 255 or 37.65% from 324); Blue value is 175 (68.75% from 255 or 54.01% from 324); Max value from RGB is 175 - color contains mainly: blue. Hex color #1B7AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7AAF is #E48550. Grayscale: #636363. Windows color (decimal): -14976337 or 11500059. OLE color: 11500059.

HSL color Cylindrical-coordinate representation of color #1B7AAF: hue angle of 201.49º 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 #1B7AAF is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB27122175-
CMYK0.850.3000.31
HSL201.49º73.27%39.61%-
HSV(B)201.49º84.57%68.63%-
XYZ15.1517.2543.09-
YUV99.64170.5376.19-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.33%
GREEN value IS 122 (48.05% from 255) = 37.65%
BLUE value IS 175 (68.75% from 255) = 54.01%
R=8.33%
G=37.65%
B=54.01%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal271221750.850.3000.31201.4973.2739.61
Hex1B7AAF551E01Fc94928
Octal331722571253603731111150
Binary11011111101010101111101010111110011111110010011001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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