Html Css Color HEX #0A78CE Navy Blue

📋 copy color: '#0A78CE'

red 10 ◦ green 120 ◦ blue 206

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

Shades of Navy Blue #0A78CE

Tints of Navy Blue #0A78CE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.71%

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

R = 2.98%
G = 35.71%
B = 61.31%

CMYK

 C value IS 0.95

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0A78CE (or 0x0A78CE) is known color: Navy Blue. HEX triplet: 0A, 78 and CE. RGB value is (10,120,206). Sum of RGB (Red+Green+Blue) = 10+120+206=336 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.98% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #0A78CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A78CE is #F58731. Grayscale: #606060. Windows color (decimal): -16090930 or 13531146. OLE color: 13531146.

HSL color Cylindrical-coordinate representation of color #0A78CE: hue angle of 206.33º 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 #0A78CE is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 10 120 206 -
CMYK 0.95 0.42 0 0.19
HSL 206.33º 0.91% 0.42% -
HSV(B) 206.33º 0.95% 0.81% -
XYZ 17.98 17.95 60.91 -
YUV 96.91 189.56 66.01 -
System Red Green Blue C M Y K H S L
Decimal 10 120 206 0.95 0.42 0 0.19 206.33 0.91 0.42
Hex A 78 CE 5F 2A 0 13 CE 5B 2A
Octal 12 170 316 137 52 0 23 316 133 52
Binary 1010 1111000 11001110 1011111 101010 0 10011 11001110 1011011 101010

Color Harmonies of #0A78CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A78CE

Black with #0A78CE

Text Example


Text Example

White with #0A78CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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