Html Css Color HEX #0B6FCB Navy Blue

📋 copy color: '#0B6FCB'

red 11 ◦ green 111 ◦ blue 203

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

Shades of Navy Blue #0B6FCB

Tints of Navy Blue #0B6FCB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.15%

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

R = 3.38%
G = 34.15%
B = 62.46%

CMYK

 C value IS 0.95

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0B6FCB (or 0x0B6FCB) is known color: Navy Blue. HEX triplet: 0B, 6F and CB. RGB value is (11,111,203). Sum of RGB (Red+Green+Blue) = 11+111+203=325 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.38% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 203 (79.69% from 255 or 62.46% from 325); Max value from RGB is 203 - color contains mainly: blue. Hex color #0B6FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B6FCB is #F49034. Grayscale: #5B5B5B. Windows color (decimal): -16027701 or 13332235. OLE color: 13332235.

HSL color Cylindrical-coordinate representation of color #0B6FCB: hue angle of 208.75º 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 #0B6FCB is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 11 111 203 -
CMYK 0.95 0.45 0 0.20
HSL 208.75º 0.9% 0.42% -
HSV(B) 208.75º 0.95% 0.8% -
XYZ 16.6 15.75 58.67 -
YUV 91.59 190.87 70.52 -
System Red Green Blue C M Y K H S L
Decimal 11 111 203 0.95 0.45 0 0.20 208.75 0.9 0.42
Hex B 6F CB 5F 2D 0 14 D1 5A 2A
Octal 13 157 313 137 55 0 24 321 132 52
Binary 1011 1101111 11001011 1011111 101101 0 10100 11010001 1011010 101010

Color Harmonies of #0B6FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6FCB

Black with #0B6FCB

Text Example


Text Example

White with #0B6FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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