Html Css Color HEX #0B6199 Cerulean

📋 copy color: '#0B6199'

red 11 ◦ green 97 ◦ blue 153

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

Shades of Cerulean #0B6199

Tints of Cerulean #0B6199

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.16%

 BLUE value IS 153 (60.16% from 255) = 58.62%

R = 4.21%
G = 37.16%
B = 58.62%

CMYK

 C value IS 0.93

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0B6199 (or 0x0B6199) is known color: Cerulean. HEX triplet: 0B, 61 and 99. RGB value is (11,97,153). Sum of RGB (Red+Green+Blue) = 11+97+153=261 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.21% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 153 (60.16% from 255 or 58.62% from 261); Max value from RGB is 153 - color contains mainly: blue. Hex color #0B6199 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B6199 is #F49E66. Grayscale: #4D4D4D. Windows color (decimal): -16031335 or 10051851. OLE color: 10051851.

HSL color Cylindrical-coordinate representation of color #0B6199: hue angle of 203.66º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B6199 is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 11 97 153 -
CMYK 0.93 0.37 0 0.4
HSL 203.66º 0.87% 0.32% -
HSV(B) 203.66º 0.93% 0.6% -
XYZ 10.16 10.92 31.71 -
YUV 77.67 170.51 80.45 -
System Red Green Blue C M Y K H S L
Decimal 11 97 153 0.93 0.37 0 0.4 203.66 0.87 0.32
Hex B 61 99 5D 25 0 28 CC 57 20
Octal 13 141 231 135 45 0 50 314 127 40
Binary 1011 1100001 10011001 1011101 100101 0 101000 11001100 1010111 100000

Color Harmonies of #0B6199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6199

Black with #0B6199

Text Example


Text Example

White with #0B6199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,97,153); }

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

background-color css

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

 a { background-color: rgb(11,97,153); }

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

border-color css

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

 span { border-color: rgb(11,97,153); }

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