Html Css Color HEX #0B4DDA Navy Blue

📋 copy color: '#0B4DDA'

red 11 ◦ green 77 ◦ blue 218

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

Shades of Navy Blue #0B4DDA

Tints of Navy Blue #0B4DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 71.24%

R = 3.59%
G = 25.16%
B = 71.24%

CMYK

 C value IS 0.95

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0B4DDA (or 0x0B4DDA) is known color: Navy Blue. HEX triplet: 0B, 4D and DA. RGB value is (11,77,218). Sum of RGB (Red+Green+Blue) = 11+77+218=306 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.59% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 218 (85.55% from 255 or 71.24% from 306); Max value from RGB is 218 - color contains mainly: blue. Hex color #0B4DDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B4DDA is #F4B225. Grayscale: #484848. Windows color (decimal): -16036390 or 14306571. OLE color: 14306571.

HSL color Cylindrical-coordinate representation of color #0B4DDA: hue angle of 220.87º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B4DDA is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 11 77 218 -
CMYK 0.95 0.65 0 0.15
HSL 220.87º 0.9% 0.45% -
HSV(B) 220.87º 0.95% 0.85% -
XYZ 15.45 10.44 67.53 -
YUV 73.34 209.63 83.54 -
System Red Green Blue C M Y K H S L
Decimal 11 77 218 0.95 0.65 0 0.15 220.87 0.9 0.45
Hex B 4D DA 5F 41 0 F DD 5A 2D
Octal 13 115 332 137 101 0 17 335 132 55
Binary 1011 1001101 11011010 1011111 1000001 0 1111 11011101 1011010 101101

Color Harmonies of #0B4DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4DDA

Black with #0B4DDA

Text Example


Text Example

White with #0B4DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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