Html Css Color HEX #0A4CDA Navy Blue

📋 copy color: '#0A4CDA'

red 10 ◦ green 76 ◦ blue 218

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

Shades of Navy Blue #0A4CDA

Tints of Navy Blue #0A4CDA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25%

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

R = 3.29%
G = 25%
B = 71.71%

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

#0A4CDA (or 0x0A4CDA) is known color: Navy Blue. HEX triplet: 0A, 4C and DA. RGB value is (10,76,218). Sum of RGB (Red+Green+Blue) = 10+76+218=304 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.29% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 218 (85.55% from 255 or 71.71% from 304); Max value from RGB is 218 - color contains mainly: blue. Hex color #0A4CDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A4CDA is #F5B325. Grayscale: #474747. Windows color (decimal): -16102182 or 14306314. OLE color: 14306314.

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

Color convert

RGB 10 76 218 -
CMYK 0.95 0.65 0 0.15
HSL 220.96º 0.91% 0.45% -
HSV(B) 220.96º 0.95% 0.85% -
XYZ 15.36 10.3 67.51 -
YUV 72.45 210.13 83.45 -
System Red Green Blue C M Y K H S L
Decimal 10 76 218 0.95 0.65 0 0.15 220.96 0.91 0.45
Hex A 4C DA 5F 41 0 F DD 5B 2D
Octal 12 114 332 137 101 0 17 335 133 55
Binary 1010 1001100 11011010 1011111 1000001 0 1111 11011101 1011011 101101

Color Harmonies of #0A4CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4CDA

Black with #0A4CDA

Text Example


Text Example

White with #0A4CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,76,218); }

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

background-color css

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

 a { background-color: rgb(10,76,218); }

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

border-color css

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

 span { border-color: rgb(10,76,218); }

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