Html Css Color HEX #0A64EE Navy Blue

📋 copy color: '#0A64EE'

red 10 ◦ green 100 ◦ blue 238

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

Shades of Navy Blue #0A64EE

Tints of Navy Blue #0A64EE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.74%

 BLUE value IS 238 (93.36% from 255) = 68.39%

R = 2.87%
G = 28.74%
B = 68.39%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0A64EE (or 0x0A64EE) is known color: Navy Blue. HEX triplet: 0A, 64 and EE. RGB value is (10,100,238). Sum of RGB (Red+Green+Blue) = 10+100+238=348 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.87% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 238 (93.36% from 255 or 68.39% from 348); Max value from RGB is 238 - color contains mainly: blue. Hex color #0A64EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A64EE is #F59B11. Grayscale: #585858. Windows color (decimal): -16096018 or 15623178. OLE color: 15623178.

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

Color convert

RGB 10 100 238 -
CMYK 0.96 0.58 0 0.07
HSL 216.32º 0.92% 0.49% -
HSV(B) 216.32º 0.96% 0.93% -
XYZ 20.11 15.35 82.79 -
YUV 88.82 212.18 71.78 -
System Red Green Blue C M Y K H S L
Decimal 10 100 238 0.96 0.58 0 0.07 216.32 0.92 0.49
Hex A 64 EE 60 3A 0 7 D8 5C 31
Octal 12 144 356 140 72 0 7 330 134 61
Binary 1010 1100100 11101110 1100000 111010 0 111 11011000 1011100 110001

Color Harmonies of #0A64EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A64EE

Black with #0A64EE

Text Example


Text Example

White with #0A64EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,100,238); }

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

background-color css

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

 a { background-color: rgb(10,100,238); }

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

border-color css

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

 span { border-color: rgb(10,100,238); }

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