Html Css Color HEX #0B49DA Navy Blue

📋 copy color: '#0B49DA'

red 11 ◦ green 73 ◦ blue 218

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

Shades of Navy Blue #0B49DA

Tints of Navy Blue #0B49DA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.17%

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

R = 3.64%
G = 24.17%
B = 72.19%

CMYK

 C value IS 0.95

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0B49DA (or 0x0B49DA) is known color: Navy Blue. HEX triplet: 0B, 49 and DA. RGB value is (11,73,218). Sum of RGB (Red+Green+Blue) = 11+73+218=302 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.64% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 218 (85.55% from 255 or 72.19% from 302); Max value from RGB is 218 - color contains mainly: blue. Hex color #0B49DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B49DA is #F4B625. Grayscale: #464646. Windows color (decimal): -16037414 or 14305547. OLE color: 14305547.

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

Color convert

RGB 11 73 218 -
CMYK 0.95 0.67 0 0.15
HSL 222.03º 0.9% 0.45% -
HSV(B) 222.03º 0.95% 0.85% -
XYZ 15.18 9.9 67.44 -
YUV 70.99 210.96 85.21 -
System Red Green Blue C M Y K H S L
Decimal 11 73 218 0.95 0.67 0 0.15 222.03 0.9 0.45
Hex B 49 DA 5F 43 0 F DE 5A 2D
Octal 13 111 332 137 103 0 17 336 132 55
Binary 1011 1001001 11011010 1011111 1000011 0 1111 11011110 1011010 101101

Color Harmonies of #0B49DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B49DA

Black with #0B49DA

Text Example


Text Example

White with #0B49DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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