Html Css Color HEX #0A70CE Navy Blue

📋 copy color: '#0A70CE'

red 10 ◦ green 112 ◦ blue 206

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

Shades of Navy Blue #0A70CE

Tints of Navy Blue #0A70CE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.15%

 BLUE value IS 206 (80.86% from 255) = 62.8%

R = 3.05%
G = 34.15%
B = 62.8%

CMYK

 C value IS 0.95

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0A70CE (or 0x0A70CE) is known color: Navy Blue. HEX triplet: 0A, 70 and CE. RGB value is (10,112,206). Sum of RGB (Red+Green+Blue) = 10+112+206=328 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.05% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 206 (80.86% from 255 or 62.80% from 328); Max value from RGB is 206 - color contains mainly: blue. Hex color #0A70CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A70CE is #F58F31. Grayscale: #5B5B5B. Windows color (decimal): -16092978 or 13529098. OLE color: 13529098.

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

Color convert

RGB 10 112 206 -
CMYK 0.95 0.46 0 0.19
HSL 208.78º 0.91% 0.42% -
HSV(B) 208.78º 0.95% 0.81% -
XYZ 17.06 16.11 60.6 -
YUV 92.22 192.21 69.36 -
System Red Green Blue C M Y K H S L
Decimal 10 112 206 0.95 0.46 0 0.19 208.78 0.91 0.42
Hex A 70 CE 5F 2E 0 13 D1 5B 2A
Octal 12 160 316 137 56 0 23 321 133 52
Binary 1010 1110000 11001110 1011111 101110 0 10011 11010001 1011011 101010

Color Harmonies of #0A70CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A70CE

Black with #0A70CE

Text Example


Text Example

White with #0A70CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,112,206); }

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

background-color css

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

 a { background-color: rgb(10,112,206); }

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

border-color css

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

 span { border-color: rgb(10,112,206); }

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