Html Css Color HEX #0B6696 Cerulean

📋 copy color: '#0B6696'

red 11 ◦ green 102 ◦ blue 150

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

Shades of Cerulean #0B6696

Tints of Cerulean #0B6696

RGB

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

 GREEN value IS 102 (40.23% from 255) = 38.78%

 BLUE value IS 150 (58.98% from 255) = 57.03%

R = 4.18%
G = 38.78%
B = 57.03%

CMYK

 C value IS 0.93

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0B6696 (or 0x0B6696) is known color: Cerulean. HEX triplet: 0B, 66 and 96. RGB value is (11,102,150). Sum of RGB (Red+Green+Blue) = 11+102+150=263 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.18% from 263); Green value is 102 (40.23% from 255 or 38.78% from 263); Blue value is 150 (58.98% from 255 or 57.03% from 263); Max value from RGB is 150 - color contains mainly: blue. Hex color #0B6696 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B6696 is #F49969. Grayscale: #4F4F4F. Windows color (decimal): -16030058 or 9856523. OLE color: 9856523.

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

Color convert

RGB 11 102 150 -
CMYK 0.93 0.32 0 0.41
HSL 200.72º 0.86% 0.32% -
HSV(B) 200.72º 0.93% 0.59% -
XYZ 10.39 11.78 30.58 -
YUV 80.26 167.35 78.6 -
System Red Green Blue C M Y K H S L
Decimal 11 102 150 0.93 0.32 0 0.41 200.72 0.86 0.32
Hex B 66 96 5D 20 0 29 C9 56 20
Octal 13 146 226 135 40 0 51 311 126 40
Binary 1011 1100110 10010110 1011101 100000 0 101001 11001001 1010110 100000

Color Harmonies of #0B6696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6696

Black with #0B6696

Text Example


Text Example

White with #0B6696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,102,150); }

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

background-color css

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

 a { background-color: rgb(11,102,150); }

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

border-color css

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

 span { border-color: rgb(11,102,150); }

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