Html Css Color HEX #0B6099 Cerulean

📋 copy color: '#0B6099'

red 11 ◦ green 96 ◦ blue 153

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

Shades of Cerulean #0B6099

Tints of Cerulean #0B6099

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.92%

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

R = 4.23%
G = 36.92%
B = 58.85%

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

#0B6099 (or 0x0B6099) is known color: Cerulean. HEX triplet: 0B, 60 and 99. RGB value is (11,96,153). Sum of RGB (Red+Green+Blue) = 11+96+153=260 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.23% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 153 (60.16% from 255 or 58.85% from 260); Max value from RGB is 153 - color contains mainly: blue. Hex color #0B6099 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B6099 is #F49F66. Grayscale: #4C4C4C. Windows color (decimal): -16031591 or 10051595. OLE color: 10051595.

HSL color Cylindrical-coordinate representation of color #0B6099: hue angle of 204.08º 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 #0B6099 is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 11 96 153 -
CMYK 0.93 0.37 0 0.4
HSL 204.08º 0.87% 0.32% -
HSV(B) 204.08º 0.93% 0.6% -
XYZ 10.07 10.74 31.68 -
YUV 77.08 170.84 80.87 -
System Red Green Blue C M Y K H S L
Decimal 11 96 153 0.93 0.37 0 0.4 204.08 0.87 0.32
Hex B 60 99 5D 25 0 28 CC 57 20
Octal 13 140 231 135 45 0 50 314 127 40
Binary 1011 1100000 10011001 1011101 100101 0 101000 11001100 1010111 100000

Color Harmonies of #0B6099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6099

Black with #0B6099

Text Example


Text Example

White with #0B6099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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