#0B75AB

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

Shades of Cerulean #0B75AB

Tints of Cerulean #0B75AB

Color information

#0B75AB (or 0x0B75AB) is unknown color: approx Cerulean. HEX triplet: 0B, 75 and AB. RGB value is (11,117,171). Sum of RGB (Red+Green+Blue) = 11+117+171=299 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.68% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #0B75AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B75AB is #F48A54. Grayscale: #5B5B5B. Windows color (decimal): -16026197 or 11236619. OLE color: 11236619.

HSL color Cylindrical-coordinate representation of color #0B75AB: hue angle of 200.25º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B75AB is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11117171-
CMYK0.940.3200.33
HSL200.25º87.91%35.69%-
HSV(B)200.25º93.57%67.06%-
XYZ13.8515.7340.84-
YUV91.46172.8870.61-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.68%
GREEN value IS 117 (46.09% from 255) = 39.13%
BLUE value IS 171 (67.19% from 255) = 57.19%
R=3.68%
G=39.13%
B=57.19%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal111171710.940.3200.33200.2587.9135.69
HexB75AB5E20021c85824
Octal131652531364004131013044
Binary101111101011010101110111101000000100001110010001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B75AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B75AB; }

 p { color: rgb(11,117,171); }

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

<style>
 a { background-color: #0B75AB; }

 a { background-color: rgb(11,117,171); }

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

<style>
 span { border-color: #0B75AB; }

 span { border-color: rgb(11,117,171); }

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