Html Css Color HEX #0A66EB Navy Blue

📋 copy color: '#0A66EB'

red 10 ◦ green 102 ◦ blue 235

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

Shades of Navy Blue #0A66EB

Tints of Navy Blue #0A66EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 67.72%

R = 2.88%
G = 29.39%
B = 67.72%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0A66EB (or 0x0A66EB) is known color: Navy Blue. HEX triplet: 0A, 66 and EB. RGB value is (10,102,235). Sum of RGB (Red+Green+Blue) = 10+102+235=347 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.88% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 235 (92.19% from 255 or 67.72% from 347); Max value from RGB is 235 - color contains mainly: blue. Hex color #0A66EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A66EB is #F59914. Grayscale: #595959. Windows color (decimal): -16095509 or 15427082. OLE color: 15427082.

HSL color Cylindrical-coordinate representation of color #0A66EB: hue angle of 215.47º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A66EB is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 10 102 235 -
CMYK 0.96 0.57 0 0.08
HSL 215.47º 0.92% 0.48% -
HSV(B) 215.47º 0.96% 0.92% -
XYZ 19.87 15.57 80.55 -
YUV 89.65 210.02 71.19 -
System Red Green Blue C M Y K H S L
Decimal 10 102 235 0.96 0.57 0 0.08 215.47 0.92 0.48
Hex A 66 EB 60 39 0 8 D7 5C 30
Octal 12 146 353 140 71 0 10 327 134 60
Binary 1010 1100110 11101011 1100000 111001 0 1000 11010111 1011100 110000

Color Harmonies of #0A66EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A66EB

Black with #0A66EB

Text Example


Text Example

White with #0A66EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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