Html Css Color HEX #0B739C Cerulean

📋 copy color: '#0B739C'

red 11 ◦ green 115 ◦ blue 156

#0B739C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #0B739C

Tints of Cerulean #0B739C

RGB

 RED value IS 11 (4.69% from 255) = 3.9%

 GREEN value IS 115 (45.31% from 255) = 40.78%

 BLUE value IS 156 (61.33% from 255) = 55.32%

R = 3.9%
G = 40.78%
B = 55.32%

CMYK

 C value IS 0.93

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0B739C (or 0x0B739C) is known color: Cerulean. HEX triplet: 0B, 73 and 9C. RGB value is (11,115,156). Sum of RGB (Red+Green+Blue) = 11+115+156=282 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.90% from 282); Green value is 115 (45.31% from 255 or 40.78% from 282); Blue value is 156 (61.33% from 255 or 55.32% from 282); Max value from RGB is 156 - color contains mainly: blue. Hex color #0B739C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B739C is #F48C63. Grayscale: #585858. Windows color (decimal): -16026724 or 10253067. OLE color: 10253067.

HSL color Cylindrical-coordinate representation of color #0B739C: hue angle of 196.97º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B739C is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 11 115 156 -
CMYK 0.93 0.26 0 0.39
HSL 196.97º 0.87% 0.33% -
HSV(B) 196.97º 0.93% 0.61% -
XYZ 12.27 14.73 33.65 -
YUV 88.58 166.04 72.67 -
System Red Green Blue C M Y K H S L
Decimal 11 115 156 0.93 0.26 0 0.39 196.97 0.87 0.33
Hex B 73 9C 5D 1A 0 27 C5 57 21
Octal 13 163 234 135 32 0 47 305 127 41
Binary 1011 1110011 10011100 1011101 11010 0 100111 11000101 1010111 100001

Color Harmonies of #0B739C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B739C

Black with #0B739C

Text Example


Text Example

White with #0B739C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,115,156); }

 H1.HeaderClassName
 {
   color: #0B739C;
 }
 .AnyTagClassName
 {
   color: #0B739C;
 }
</style>

background-color css

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

 a { background-color: rgb(11,115,156); }

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

border-color css

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

 span { border-color: rgb(11,115,156); }

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