#1b7baf

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

Shades of Cerulean #1B7BAF

Tints of Cerulean #1B7BAF

Color information

#1B7BAF (or 0x1B7BAF) is unknown color: approx Cerulean. HEX triplet: 1B, 7B and AF. RGB value is (27,123,175). Sum of RGB (Red+Green+Blue) = 27+123+175=325 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.31% from 325); Green value is 123 (48.44% from 255 or 37.85% from 325); Blue value is 175 (68.75% from 255 or 53.85% from 325); Max value from RGB is 175 - color contains mainly: blue. Hex color #1B7BAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7BAF is #E48450. Grayscale: #636363. Windows color (decimal): -14976081 or 11500315. OLE color: 11500315.

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

Color convert

RGB27123175-
CMYK0.850.3000.31
HSL201.08º73.27%39.61%-
HSV(B)201.08º84.57%68.63%-
XYZ15.2717.4943.13-
YUV100.22170.275.77-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.31%
GREEN value IS 123 (48.44% from 255) = 37.85%
BLUE value IS 175 (68.75% from 255) = 53.85%
R=8.31%
G=37.85%
B=53.85%

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
Decimal271231750.850.3000.31201.0873.2739.61
Hex1B7BAF551E01Fc94928
Octal331732571253603731111150
Binary11011111101110101111101010111110011111110010011001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1b7baf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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