Html Css Color HEX #0B4DDD Navy Blue

📋 copy color: '#0B4DDD'

red 11 ◦ green 77 ◦ blue 221

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

Shades of Navy Blue #0B4DDD

Tints of Navy Blue #0B4DDD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.92%

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

R = 3.56%
G = 24.92%
B = 71.52%

CMYK

 C value IS 0.95

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0B4DDD (or 0x0B4DDD) is known color: Navy Blue. HEX triplet: 0B, 4D and DD. RGB value is (11,77,221). Sum of RGB (Red+Green+Blue) = 11+77+221=309 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.56% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 221 (86.72% from 255 or 71.52% from 309); Max value from RGB is 221 - color contains mainly: blue. Hex color #0B4DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B4DDD is #F4B222. Grayscale: #494949. Windows color (decimal): -16036387 or 14503179. OLE color: 14503179.

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

Color convert

RGB 11 77 221 -
CMYK 0.95 0.65 0 0.13
HSL 221.14º 0.91% 0.45% -
HSV(B) 221.14º 0.95% 0.87% -
XYZ 15.84 10.6 69.62 -
YUV 73.68 211.13 83.29 -
System Red Green Blue C M Y K H S L
Decimal 11 77 221 0.95 0.65 0 0.13 221.14 0.91 0.45
Hex B 4D DD 5F 41 0 D DD 5B 2D
Octal 13 115 335 137 101 0 15 335 133 55
Binary 1011 1001101 11011101 1011111 1000001 0 1101 11011101 1011011 101101

Color Harmonies of #0B4DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4DDD

Black with #0B4DDD

Text Example


Text Example

White with #0B4DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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