Html Css Color HEX #0A48FE Navy Blue

📋 copy color: '#0A48FE'

red 10 ◦ green 72 ◦ blue 254

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

Shades of Navy Blue #0A48FE

Tints of Navy Blue #0A48FE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.43%

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

R = 2.98%
G = 21.43%
B = 75.6%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0A48FE (or 0x0A48FE) is known color: Navy Blue. HEX triplet: 0A, 48 and FE. RGB value is (10,72,254). Sum of RGB (Red+Green+Blue) = 10+72+254=336 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.98% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 254 (99.61% from 255 or 75.60% from 336); Max value from RGB is 254 - color contains mainly: blue. Hex color #0A48FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A48FE is #F5B701. Grayscale: #494949. Windows color (decimal): -16103170 or 16664586. OLE color: 16664586.

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

Color convert

RGB 10 72 254 -
CMYK 0.96 0.72 0 0.00
HSL 224.75º 0.99% 0.52% -
HSV(B) 224.75º 0.96% 1% -
XYZ 20.33 11.86 94.98 -
YUV 74.21 229.46 82.2 -
System Red Green Blue C M Y K H S L
Decimal 10 72 254 0.96 0.72 0 0.00 224.75 0.99 0.52
Hex A 48 FE 60 48 0 0 E1 63 34
Octal 12 110 376 140 110 0 0 341 143 64
Binary 1010 1001000 11111110 1100000 1001000 0 0 11100001 1100011 110100

Color Harmonies of #0A48FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A48FE

Black with #0A48FE

Text Example


Text Example

White with #0A48FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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