Html Css Color HEX #0A66CA Navy Blue

📋 copy color: '#0A66CA'

red 10 ◦ green 102 ◦ blue 202

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

Shades of Navy Blue #0A66CA

Tints of Navy Blue #0A66CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 64.33%

R = 3.18%
G = 32.48%
B = 64.33%

CMYK

 C value IS 0.95

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0A66CA (or 0x0A66CA) is known color: Navy Blue. HEX triplet: 0A, 66 and CA. RGB value is (10,102,202). Sum of RGB (Red+Green+Blue) = 10+102+202=314 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.18% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 202 (79.30% from 255 or 64.33% from 314); Max value from RGB is 202 - color contains mainly: blue. Hex color #0A66CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A66CA is #F59935. Grayscale: #555555. Windows color (decimal): -16095542 or 13264394. OLE color: 13264394.

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

Color convert

RGB 10 102 202 -
CMYK 0.95 0.50 0 0.21
HSL 211.25º 0.91% 0.42% -
HSV(B) 211.25º 0.95% 0.79% -
XYZ 15.54 13.83 57.73 -
YUV 85.89 193.52 73.87 -
System Red Green Blue C M Y K H S L
Decimal 10 102 202 0.95 0.50 0 0.21 211.25 0.91 0.42
Hex A 66 CA 5F 32 0 15 D3 5B 2A
Octal 12 146 312 137 62 0 25 323 133 52
Binary 1010 1100110 11001010 1011111 110010 0 10101 11010011 1011011 101010

Color Harmonies of #0A66CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A66CA

Black with #0A66CA

Text Example


Text Example

White with #0A66CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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