Html Css Color HEX #0A4CDF Navy Blue

📋 copy color: '#0A4CDF'

red 10 ◦ green 76 ◦ blue 223

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

Shades of Navy Blue #0A4CDF

Tints of Navy Blue #0A4CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 72.17%

R = 3.24%
G = 24.6%
B = 72.17%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0A4CDF (or 0x0A4CDF) is known color: Navy Blue. HEX triplet: 0A, 4C and DF. RGB value is (10,76,223). Sum of RGB (Red+Green+Blue) = 10+76+223=309 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.24% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 223 (87.5% from 255 or 72.17% from 309); Max value from RGB is 223 - color contains mainly: blue. Hex color #0A4CDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A4CDF is #F5B320. Grayscale: #484848. Windows color (decimal): -16102177 or 14633994. OLE color: 14633994.

HSL color Cylindrical-coordinate representation of color #0A4CDF: hue angle of 221.41º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A4CDF is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 10 76 223 -
CMYK 0.96 0.66 0 0.13
HSL 221.41º 0.91% 0.46% -
HSV(B) 221.41º 0.96% 0.87% -
XYZ 16.03 10.56 71.01 -
YUV 73.02 212.63 83.05 -
System Red Green Blue C M Y K H S L
Decimal 10 76 223 0.96 0.66 0 0.13 221.41 0.91 0.46
Hex A 4C DF 60 42 0 D DD 5B 2E
Octal 12 114 337 140 102 0 15 335 133 56
Binary 1010 1001100 11011111 1100000 1000010 0 1101 11011101 1011011 101110

Color Harmonies of #0A4CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4CDF

Black with #0A4CDF

Text Example


Text Example

White with #0A4CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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