Html Css Color HEX #0A46FC Navy Blue

📋 copy color: '#0A46FC'

red 10 ◦ green 70 ◦ blue 252

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

Shades of Navy Blue #0A46FC

Tints of Navy Blue #0A46FC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.08%

 BLUE value IS 252 (98.83% from 255) = 75.9%

R = 3.01%
G = 21.08%
B = 75.9%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0A46FC (or 0x0A46FC) is known color: Navy Blue. HEX triplet: 0A, 46 and FC. RGB value is (10,70,252). Sum of RGB (Red+Green+Blue) = 10+70+252=332 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.01% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 252 (98.83% from 255 or 75.90% from 332); Max value from RGB is 252 - color contains mainly: blue. Hex color #0A46FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A46FC is #F5B903. Grayscale: #484848. Windows color (decimal): -16103684 or 16533002. OLE color: 16533002.

HSL color Cylindrical-coordinate representation of color #0A46FC: hue angle of 225.12º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A46FC is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 10 70 252 -
CMYK 0.96 0.72 0 0.01
HSL 225.12º 0.98% 0.51% -
HSV(B) 225.12º 0.96% 0.99% -
XYZ 19.89 11.47 93.26 -
YUV 72.81 229.12 83.2 -
System Red Green Blue C M Y K H S L
Decimal 10 70 252 0.96 0.72 0 0.01 225.12 0.98 0.51
Hex A 46 FC 60 48 0 1 E1 62 33
Octal 12 106 374 140 110 0 1 341 142 63
Binary 1010 1000110 11111100 1100000 1001000 0 1 11100001 1100010 110011

Color Harmonies of #0A46FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A46FC

Black with #0A46FC

Text Example


Text Example

White with #0A46FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,70,252); }

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

background-color css

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

 a { background-color: rgb(10,70,252); }

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

border-color css

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

 span { border-color: rgb(10,70,252); }

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