Html Css Color HEX #0B5ACB Navy Blue

📋 copy color: '#0B5ACB'

red 11 ◦ green 90 ◦ blue 203

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

Shades of Navy Blue #0B5ACB

Tints of Navy Blue #0B5ACB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.61%

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

R = 3.62%
G = 29.61%
B = 66.78%

CMYK

 C value IS 0.95

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0B5ACB (or 0x0B5ACB) is known color: Navy Blue. HEX triplet: 0B, 5A and CB. RGB value is (11,90,203). Sum of RGB (Red+Green+Blue) = 11+90+203=304 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.62% from 304); Green value is 90 (35.55% from 255 or 29.61% from 304); Blue value is 203 (79.69% from 255 or 66.78% from 304); Max value from RGB is 203 - color contains mainly: blue. Hex color #0B5ACB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B5ACB is #F4A534. Grayscale: #4E4E4E. Windows color (decimal): -16033077 or 13326859. OLE color: 13326859.

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

Color convert

RGB 11 90 203 -
CMYK 0.95 0.56 0 0.20
HSL 215.31º 0.9% 0.42% -
HSV(B) 215.31º 0.95% 0.8% -
XYZ 14.57 11.7 57.99 -
YUV 79.26 197.83 79.31 -
System Red Green Blue C M Y K H S L
Decimal 11 90 203 0.95 0.56 0 0.20 215.31 0.9 0.42
Hex B 5A CB 5F 38 0 14 D7 5A 2A
Octal 13 132 313 137 70 0 24 327 132 52
Binary 1011 1011010 11001011 1011111 111000 0 10100 11010111 1011010 101010

Color Harmonies of #0B5ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5ACB

Black with #0B5ACB

Text Example


Text Example

White with #0B5ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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