Html Css Color HEX #0A4FEF Navy Blue

📋 copy color: '#0A4FEF'

red 10 ◦ green 79 ◦ blue 239

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

Shades of Navy Blue #0A4FEF

Tints of Navy Blue #0A4FEF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.09%

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

R = 3.05%
G = 24.09%
B = 72.87%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0A4FEF (or 0x0A4FEF) is known color: Navy Blue. HEX triplet: 0A, 4F and EF. RGB value is (10,79,239). Sum of RGB (Red+Green+Blue) = 10+79+239=328 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.05% from 328); Green value is 79 (31.25% from 255 or 24.09% from 328); Blue value is 239 (93.75% from 255 or 72.87% from 328); Max value from RGB is 239 - color contains mainly: blue. Hex color #0A4FEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A4FEF is #F5B010. Grayscale: #4B4B4B. Windows color (decimal): -16101393 or 15683338. OLE color: 15683338.

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

Color convert

RGB 10 79 239 -
CMYK 0.96 0.67 0 0.06
HSL 221.92º 0.92% 0.49% -
HSV(B) 221.92º 0.96% 0.94% -
XYZ 18.5 11.89 82.98 -
YUV 76.61 219.64 80.49 -
System Red Green Blue C M Y K H S L
Decimal 10 79 239 0.96 0.67 0 0.06 221.92 0.92 0.49
Hex A 4F EF 60 43 0 6 DE 5C 31
Octal 12 117 357 140 103 0 6 336 134 61
Binary 1010 1001111 11101111 1100000 1000011 0 110 11011110 1011100 110001

Color Harmonies of #0A4FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4FEF

Black with #0A4FEF

Text Example


Text Example

White with #0A4FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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