Html Css Color HEX #0B6595 Cerulean

📋 copy color: '#0B6595'

red 11 ◦ green 101 ◦ blue 149

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

Shades of Cerulean #0B6595

Tints of Cerulean #0B6595

RGB

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

 GREEN value IS 101 (39.84% from 255) = 38.7%

 BLUE value IS 149 (58.59% from 255) = 57.09%

R = 4.21%
G = 38.7%
B = 57.09%

CMYK

 C value IS 0.93

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0B6595 (or 0x0B6595) is known color: Cerulean. HEX triplet: 0B, 65 and 95. RGB value is (11,101,149). Sum of RGB (Red+Green+Blue) = 11+101+149=261 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.21% from 261); Green value is 101 (39.84% from 255 or 38.70% from 261); Blue value is 149 (58.59% from 255 or 57.09% from 261); Max value from RGB is 149 - color contains mainly: blue. Hex color #0B6595 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B6595 is #F49A6A. Grayscale: #4F4F4F. Windows color (decimal): -16030315 or 9790731. OLE color: 9790731.

HSL color Cylindrical-coordinate representation of color #0B6595: hue angle of 200.87º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B6595 is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 11 101 149 -
CMYK 0.93 0.32 0 0.42
HSL 200.87º 0.86% 0.31% -
HSV(B) 200.87º 0.93% 0.58% -
XYZ 10.22 11.55 30.12 -
YUV 79.56 167.18 79.1 -
System Red Green Blue C M Y K H S L
Decimal 11 101 149 0.93 0.32 0 0.42 200.87 0.86 0.31
Hex B 65 95 5D 20 0 2A C9 56 1F
Octal 13 145 225 135 40 0 52 311 126 37
Binary 1011 1100101 10010101 1011101 100000 0 101010 11001001 1010110 11111

Color Harmonies of #0B6595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6595

Black with #0B6595

Text Example


Text Example

White with #0B6595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,101,149); }

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

background-color css

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

 a { background-color: rgb(11,101,149); }

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

border-color css

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

 span { border-color: rgb(11,101,149); }

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