Html Css Color HEX #0A5ECC Navy Blue

📋 copy color: '#0A5ECC'

red 10 ◦ green 94 ◦ blue 204

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

Shades of Navy Blue #0A5ECC

Tints of Navy Blue #0A5ECC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.52%

 BLUE value IS 204 (80.08% from 255) = 66.23%

R = 3.25%
G = 30.52%
B = 66.23%

CMYK

 C value IS 0.95

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0A5ECC (or 0x0A5ECC) is known color: Navy Blue. HEX triplet: 0A, 5E and CC. RGB value is (10,94,204). Sum of RGB (Red+Green+Blue) = 10+94+204=308 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.25% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 204 (80.08% from 255 or 66.23% from 308); Max value from RGB is 204 - color contains mainly: blue. Hex color #0A5ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A5ECC is #F5A133. Grayscale: #505050. Windows color (decimal): -16097588 or 13393418. OLE color: 13393418.

HSL color Cylindrical-coordinate representation of color #0A5ECC: hue angle of 214.02º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A5ECC is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 10 94 204 -
CMYK 0.95 0.54 0 0.2
HSL 214.02º 0.91% 0.42% -
HSV(B) 214.02º 0.95% 0.8% -
XYZ 15.03 12.43 58.73 -
YUV 81.42 197.17 77.06 -
System Red Green Blue C M Y K H S L
Decimal 10 94 204 0.95 0.54 0 0.2 214.02 0.91 0.42
Hex A 5E CC 5F 36 0 14 D6 5B 2A
Octal 12 136 314 137 66 0 24 326 133 52
Binary 1010 1011110 11001100 1011111 110110 0 10100 11010110 1011011 101010

Color Harmonies of #0A5ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5ECC

Black with #0A5ECC

Text Example


Text Example

White with #0A5ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,94,204); }

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

background-color css

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

 a { background-color: rgb(10,94,204); }

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

border-color css

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

 span { border-color: rgb(10,94,204); }

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