#0B79B4

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

Shades of Cerulean #0B79B4

Tints of Cerulean #0B79B4

Color information

#0B79B4 (or 0x0B79B4) is unknown color: approx Cerulean. HEX triplet: 0B, 79 and B4. RGB value is (11,121,180). Sum of RGB (Red+Green+Blue) = 11+121+180=312 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.53% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 180 (70.70% from 255 or 57.69% from 312); Max value from RGB is 180 - color contains mainly: blue. Hex color #0B79B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B79B4 is #F4864B. Grayscale: #5E5E5E. Windows color (decimal): -16025164 or 11827467. OLE color: 11827467.

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

Color convert

RGB11121180-
CMYK0.940.3300.29
HSL200.95º88.48%37.45%-
HSV(B)200.95º93.89%70.59%-
XYZ15.2117.0445.67-
YUV94.84176.0668.2-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.53%
GREEN value IS 121 (47.66% from 255) = 38.78%
BLUE value IS 180 (70.70% from 255) = 57.69%
R=3.53%
G=38.78%
B=57.69%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal111211800.940.3300.29200.9588.4837.45
HexB79B45E2101Dc95825
Octal131712641364103531113045
Binary10111111001101101001011110100001011101110010011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B79B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,121,180); }

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

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

 a { background-color: rgb(11,121,180); }

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

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

 span { border-color: rgb(11,121,180); }

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