Html Css Color HEX #1072CE Navy Blue

📋 copy color: '#1072CE'

red 16 ◦ green 114 ◦ blue 206

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

Shades of Navy Blue #1072CE

Tints of Navy Blue #1072CE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.93%

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

R = 4.76%
G = 33.93%
B = 61.31%

CMYK

 C value IS 0.92

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1072CE (or 0x1072CE) is known color: Navy Blue. HEX triplet: 10, 72 and CE. RGB value is (16,114,206). Sum of RGB (Red+Green+Blue) = 16+114+206=336 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.76% from 336); Green value is 114 (44.92% from 255 or 33.93% 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 #1072CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1072CE is #EF8D31. Grayscale: #5E5E5E. Windows color (decimal): -15699250 or 13529616. OLE color: 13529616.

HSL color Cylindrical-coordinate representation of color #1072CE: hue angle of 209.05º 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 #1072CE is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 16 114 206 -
CMYK 0.92 0.45 0 0.19
HSL 209.05º 0.86% 0.44% -
HSV(B) 209.05º 0.92% 0.81% -
XYZ 17.37 16.6 60.68 -
YUV 95.19 190.53 71.52 -
System Red Green Blue C M Y K H S L
Decimal 16 114 206 0.92 0.45 0 0.19 209.05 0.86 0.44
Hex 10 72 CE 5C 2D 0 13 D1 56 2C
Octal 20 162 316 134 55 0 23 321 126 54
Binary 10000 1110010 11001110 1011100 101101 0 10011 11010001 1010110 101100

Color Harmonies of #1072CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1072CE

Black with #1072CE

Text Example


Text Example

White with #1072CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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