Html Css Color HEX #0A5FE4 Navy Blue

📋 copy color: '#0A5FE4'

red 10 ◦ green 95 ◦ blue 228

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

Shades of Navy Blue #0A5FE4

Tints of Navy Blue #0A5FE4

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.53%

 BLUE value IS 228 (89.45% from 255) = 68.47%

R = 3%
G = 28.53%
B = 68.47%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#0A5FE4 (or 0x0A5FE4) is known color: Navy Blue. HEX triplet: 0A, 5F and E4. RGB value is (10,95,228). Sum of RGB (Red+Green+Blue) = 10+95+228=333 (44% of max value = 765). Red value is 10 (4.30% from 255 or 3.00% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 228 (89.45% from 255 or 68.47% from 333); Max value from RGB is 228 - color contains mainly: blue. Hex color #0A5FE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A5FE4 is #F5A01B. Grayscale: #545454. Windows color (decimal): -16097308 or 14966538. OLE color: 14966538.

HSL color Cylindrical-coordinate representation of color #0A5FE4: hue angle of 216.61º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A5FE4 is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 10 95 228 -
CMYK 0.96 0.58 0 0.11
HSL 216.61º 0.92% 0.47% -
HSV(B) 216.61º 0.96% 0.89% -
XYZ 18.22 13.85 75.11 -
YUV 84.75 208.84 74.69 -
System Red Green Blue C M Y K H S L
Decimal 10 95 228 0.96 0.58 0 0.11 216.61 0.92 0.47
Hex A 5F E4 60 3A 0 B D9 5C 2F
Octal 12 137 344 140 72 0 13 331 134 57
Binary 1010 1011111 11100100 1100000 111010 0 1011 11011001 1011100 101111

Color Harmonies of #0A5FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5FE4

Black with #0A5FE4

Text Example


Text Example

White with #0A5FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,95,228); }

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

background-color css

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

 a { background-color: rgb(10,95,228); }

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

border-color css

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

 span { border-color: rgb(10,95,228); }

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