Html Css Color HEX #0B5ADD Navy Blue

📋 copy color: '#0B5ADD'

red 11 ◦ green 90 ◦ blue 221

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

Shades of Navy Blue #0B5ADD

Tints of Navy Blue #0B5ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 68.63%

R = 3.42%
G = 27.95%
B = 68.63%

CMYK

 C value IS 0.95

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0B5ADD (or 0x0B5ADD) is known color: Navy Blue. HEX triplet: 0B, 5A and DD. RGB value is (11,90,221). Sum of RGB (Red+Green+Blue) = 11+90+221=322 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.42% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 221 (86.72% from 255 or 68.63% from 322); Max value from RGB is 221 - color contains mainly: blue. Hex color #0B5ADD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B5ADD is #F4A522. Grayscale: #505050. Windows color (decimal): -16033059 or 14506507. OLE color: 14506507.

HSL color Cylindrical-coordinate representation of color #0B5ADD: hue angle of 217.43º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B5ADD is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 11 90 221 -
CMYK 0.95 0.59 0 0.13
HSL 217.43º 0.91% 0.45% -
HSV(B) 217.43º 0.95% 0.87% -
XYZ 16.85 12.6 69.95 -
YUV 81.31 206.83 77.85 -
System Red Green Blue C M Y K H S L
Decimal 11 90 221 0.95 0.59 0 0.13 217.43 0.91 0.45
Hex B 5A DD 5F 3B 0 D D9 5B 2D
Octal 13 132 335 137 73 0 15 331 133 55
Binary 1011 1011010 11011101 1011111 111011 0 1101 11011001 1011011 101101

Color Harmonies of #0B5ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5ADD

Black with #0B5ADD

Text Example


Text Example

White with #0B5ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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