Html Css Color HEX #0A66E1 Navy Blue

📋 copy color: '#0A66E1'

red 10 ◦ green 102 ◦ blue 225

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

Shades of Navy Blue #0A66E1

Tints of Navy Blue #0A66E1

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.27%

 BLUE value IS 225 (88.28% from 255) = 66.77%

R = 2.97%
G = 30.27%
B = 66.77%

CMYK

 C value IS 0.96

 M value IS 0.55

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0A66E1 (or 0x0A66E1) is known color: Navy Blue. HEX triplet: 0A, 66 and E1. RGB value is (10,102,225). Sum of RGB (Red+Green+Blue) = 10+102+225=337 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.97% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 225 (88.28% from 255 or 66.77% from 337); Max value from RGB is 225 - color contains mainly: blue. Hex color #0A66E1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A66E1 is #F5991E. Grayscale: #575757. Windows color (decimal): -16095519 or 14771722. OLE color: 14771722.

HSL color Cylindrical-coordinate representation of color #0A66E1: hue angle of 214.33º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A66E1 is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 10 102 225 -
CMYK 0.96 0.55 0 0.12
HSL 214.33º 0.91% 0.46% -
HSV(B) 214.33º 0.96% 0.88% -
XYZ 18.47 15 73.16 -
YUV 88.51 205.02 72 -
System Red Green Blue C M Y K H S L
Decimal 10 102 225 0.96 0.55 0 0.12 214.33 0.91 0.46
Hex A 66 E1 60 37 0 C D6 5B 2E
Octal 12 146 341 140 67 0 14 326 133 56
Binary 1010 1100110 11100001 1100000 110111 0 1100 11010110 1011011 101110

Color Harmonies of #0A66E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A66E1

Black with #0A66E1

Text Example


Text Example

White with #0A66E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,102,225); }

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

background-color css

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

 a { background-color: rgb(10,102,225); }

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

border-color css

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

 span { border-color: rgb(10,102,225); }

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