Html Css Color HEX #0B6DCB Navy Blue

📋 copy color: '#0B6DCB'

red 11 ◦ green 109 ◦ blue 203

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

Shades of Navy Blue #0B6DCB

Tints of Navy Blue #0B6DCB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.75%

 BLUE value IS 203 (79.69% from 255) = 62.85%

R = 3.41%
G = 33.75%
B = 62.85%

CMYK

 C value IS 0.95

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0B6DCB (or 0x0B6DCB) is known color: Navy Blue. HEX triplet: 0B, 6D and CB. RGB value is (11,109,203). Sum of RGB (Red+Green+Blue) = 11+109+203=323 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.41% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 203 (79.69% from 255 or 62.85% from 323); Max value from RGB is 203 - color contains mainly: blue. Hex color #0B6DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B6DCB is #F49234. Grayscale: #595959. Windows color (decimal): -16028213 or 13331723. OLE color: 13331723.

HSL color Cylindrical-coordinate representation of color #0B6DCB: hue angle of 209.38º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B6DCB is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 11 109 203 -
CMYK 0.95 0.46 0 0.20
HSL 209.38º 0.9% 0.42% -
HSV(B) 209.38º 0.95% 0.8% -
XYZ 16.39 15.32 58.59 -
YUV 90.41 191.53 71.36 -
System Red Green Blue C M Y K H S L
Decimal 11 109 203 0.95 0.46 0 0.20 209.38 0.9 0.42
Hex B 6D CB 5F 2E 0 14 D1 5A 2A
Octal 13 155 313 137 56 0 24 321 132 52
Binary 1011 1101101 11001011 1011111 101110 0 10100 11010001 1011010 101010

Color Harmonies of #0B6DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6DCB

Black with #0B6DCB

Text Example


Text Example

White with #0B6DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,109,203); }

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

background-color css

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

 a { background-color: rgb(11,109,203); }

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

border-color css

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

 span { border-color: rgb(11,109,203); }

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