Html Css Color HEX #0A4CFE Navy Blue

📋 copy color: '#0A4CFE'

red 10 ◦ green 76 ◦ blue 254

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

Shades of Navy Blue #0A4CFE

Tints of Navy Blue #0A4CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 74.71%

R = 2.94%
G = 22.35%
B = 74.71%

CMYK

 C value IS 0.96

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0A4CFE (or 0x0A4CFE) is known color: Navy Blue. HEX triplet: 0A, 4C and FE. RGB value is (10,76,254). Sum of RGB (Red+Green+Blue) = 10+76+254=340 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.94% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 254 (99.61% from 255 or 74.71% from 340); Max value from RGB is 254 - color contains mainly: blue. Hex color #0A4CFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A4CFE is #F5B301. Grayscale: #4B4B4B. Windows color (decimal): -16102146 or 16665610. OLE color: 16665610.

HSL color Cylindrical-coordinate representation of color #0A4CFE: hue angle of 223.77º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A4CFE is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 10 76 254 -
CMYK 0.96 0.70 0 0.00
HSL 223.77º 0.99% 0.52% -
HSV(B) 223.77º 0.96% 1% -
XYZ 20.6 12.39 95.07 -
YUV 76.56 228.13 80.53 -
System Red Green Blue C M Y K H S L
Decimal 10 76 254 0.96 0.70 0 0.00 223.77 0.99 0.52
Hex A 4C FE 60 46 0 0 E0 63 34
Octal 12 114 376 140 106 0 0 340 143 64
Binary 1010 1001100 11111110 1100000 1000110 0 0 11100000 1100011 110100

Color Harmonies of #0A4CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4CFE

Black with #0A4CFE

Text Example


Text Example

White with #0A4CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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