Html Css Color HEX #0A4CEF Navy Blue

📋 copy color: '#0A4CEF'

red 10 ◦ green 76 ◦ blue 239

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

Shades of Navy Blue #0A4CEF

Tints of Navy Blue #0A4CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 73.54%

R = 3.08%
G = 23.38%
B = 73.54%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0A4CEF (or 0x0A4CEF) is known color: Navy Blue. HEX triplet: 0A, 4C and EF. RGB value is (10,76,239). Sum of RGB (Red+Green+Blue) = 10+76+239=325 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.08% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 239 (93.75% from 255 or 73.54% from 325); Max value from RGB is 239 - color contains mainly: blue. Hex color #0A4CEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A4CEF is #F5B310. Grayscale: #4A4A4A. Windows color (decimal): -16102161 or 15682570. OLE color: 15682570.

HSL color Cylindrical-coordinate representation of color #0A4CEF: hue angle of 222.71º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A4CEF is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 10 76 239 -
CMYK 0.96 0.68 0 0.06
HSL 222.71º 0.92% 0.49% -
HSV(B) 222.71º 0.96% 0.94% -
XYZ 18.29 11.47 82.91 -
YUV 74.85 220.63 81.75 -
System Red Green Blue C M Y K H S L
Decimal 10 76 239 0.96 0.68 0 0.06 222.71 0.92 0.49
Hex A 4C EF 60 44 0 6 DF 5C 31
Octal 12 114 357 140 104 0 6 337 134 61
Binary 1010 1001100 11101111 1100000 1000100 0 110 11011111 1011100 110001

Color Harmonies of #0A4CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4CEF

Black with #0A4CEF

Text Example


Text Example

White with #0A4CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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