Html Css Color HEX #1079CE Navy Blue

📋 copy color: '#1079CE'

red 16 ◦ green 121 ◦ blue 206

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

Shades of Navy Blue #1079CE

Tints of Navy Blue #1079CE

RGB

 RED value IS 16 (6.64% from 255) = 4.66%

 GREEN value IS 121 (47.66% from 255) = 35.28%

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

R = 4.66%
G = 35.28%
B = 60.06%

CMYK

 C value IS 0.92

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1079CE (or 0x1079CE) is known color: Navy Blue. HEX triplet: 10, 79 and CE. RGB value is (16,121,206). Sum of RGB (Red+Green+Blue) = 16+121+206=343 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.66% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 206 (80.86% from 255 or 60.06% from 343); Max value from RGB is 206 - color contains mainly: blue. Hex color #1079CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1079CE is #EF8631. Grayscale: #626262. Windows color (decimal): -15697458 or 13531408. OLE color: 13531408.

HSL color Cylindrical-coordinate representation of color #1079CE: hue angle of 206.84º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1079CE is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 16 121 206 -
CMYK 0.92 0.41 0 0.19
HSL 206.84º 0.86% 0.44% -
HSV(B) 206.84º 0.92% 0.81% -
XYZ 18.19 18.24 60.95 -
YUV 99.3 188.21 68.59 -
System Red Green Blue C M Y K H S L
Decimal 16 121 206 0.92 0.41 0 0.19 206.84 0.86 0.44
Hex 10 79 CE 5C 29 0 13 CF 56 2C
Octal 20 171 316 134 51 0 23 317 126 54
Binary 10000 1111001 11001110 1011100 101001 0 10011 11001111 1010110 101100

Color Harmonies of #1079CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1079CE

Black with #1079CE

Text Example


Text Example

White with #1079CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1079CE; }

 p { color: rgb(16,121,206); }

 H1.HeaderClassName
 {
   color: #1079CE;
 }
 .AnyTagClassName
 {
   color: #1079CE;
 }
</style>

background-color css

<style>
 a { background-color: #1079CE; }

 a { background-color: rgb(16,121,206); }

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

border-color css

<style>
 span { border-color: #1079CE; }

 span { border-color: rgb(16,121,206); }

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