Html Css Color HEX #0A4DDB Navy Blue

📋 copy color: '#0A4DDB'

red 10 ◦ green 77 ◦ blue 219

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

Shades of Navy Blue #0A4DDB

Tints of Navy Blue #0A4DDB

RGB

 RED value IS 10 (4.3% from 255) = 3.27%

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

 BLUE value IS 219 (85.94% from 255) = 71.57%

R = 3.27%
G = 25.16%
B = 71.57%

CMYK

 C value IS 0.95

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0A4DDB (or 0x0A4DDB) is known color: Navy Blue. HEX triplet: 0A, 4D and DB. RGB value is (10,77,219). Sum of RGB (Red+Green+Blue) = 10+77+219=306 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.27% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 219 (85.94% from 255 or 71.57% from 306); Max value from RGB is 219 - color contains mainly: blue. Hex color #0A4DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A4DDB is #F5B224. Grayscale: #484848. Windows color (decimal): -16101925 or 14372106. OLE color: 14372106.

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

Color convert

RGB 10 77 219 -
CMYK 0.95 0.65 0 0.14
HSL 220.77º 0.91% 0.45% -
HSV(B) 220.77º 0.95% 0.86% -
XYZ 15.57 10.49 68.22 -
YUV 73.16 210.3 82.95 -
System Red Green Blue C M Y K H S L
Decimal 10 77 219 0.95 0.65 0 0.14 220.77 0.91 0.45
Hex A 4D DB 5F 41 0 E DD 5B 2D
Octal 12 115 333 137 101 0 16 335 133 55
Binary 1010 1001101 11011011 1011111 1000001 0 1110 11011101 1011011 101101

Color Harmonies of #0A4DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4DDB

Black with #0A4DDB

Text Example


Text Example

White with #0A4DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,77,219); }

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

background-color css

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

 a { background-color: rgb(10,77,219); }

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

border-color css

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

 span { border-color: rgb(10,77,219); }

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