Html Css Color HEX #1072DE Navy Blue

📋 copy color: '#1072DE'

red 16 ◦ green 114 ◦ blue 222

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

Shades of Navy Blue #1072DE

Tints of Navy Blue #1072DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 63.07%

R = 4.55%
G = 32.39%
B = 63.07%

CMYK

 C value IS 0.93

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1072DE (or 0x1072DE) is known color: Navy Blue. HEX triplet: 10, 72 and DE. RGB value is (16,114,222). Sum of RGB (Red+Green+Blue) = 16+114+222=352 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.55% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 222 (87.11% from 255 or 63.07% from 352); Max value from RGB is 222 - color contains mainly: blue. Hex color #1072DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1072DE is #EF8D21. Grayscale: #606060. Windows color (decimal): -15699234 or 14578192. OLE color: 14578192.

HSL color Cylindrical-coordinate representation of color #1072DE: hue angle of 211.46º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1072DE is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 114 222 -
CMYK 0.93 0.49 0 0.13
HSL 211.46º 0.87% 0.47% -
HSV(B) 211.46º 0.93% 0.87% -
XYZ 19.42 17.42 71.45 -
YUV 97.01 198.53 70.22 -
System Red Green Blue C M Y K H S L
Decimal 16 114 222 0.93 0.49 0 0.13 211.46 0.87 0.47
Hex 10 72 DE 5D 31 0 D D3 57 2F
Octal 20 162 336 135 61 0 15 323 127 57
Binary 10000 1110010 11011110 1011101 110001 0 1101 11010011 1010111 101111

Color Harmonies of #1072DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1072DE

Black with #1072DE

Text Example


Text Example

White with #1072DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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