Html Css Color HEX #1072DD Navy Blue

📋 copy color: '#1072DD'

red 16 ◦ green 114 ◦ blue 221

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

Shades of Navy Blue #1072DD

Tints of Navy Blue #1072DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.96%

R = 4.56%
G = 32.48%
B = 62.96%

CMYK

 C value IS 0.93

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1072DD (or 0x1072DD) is known color: Navy Blue. HEX triplet: 10, 72 and DD. RGB value is (16,114,221). Sum of RGB (Red+Green+Blue) = 16+114+221=351 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.56% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #1072DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1072DD is #EF8D22. Grayscale: #606060. Windows color (decimal): -15699235 or 14512656. OLE color: 14512656.

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

Color convert

RGB 16 114 221 -
CMYK 0.93 0.48 0 0.13
HSL 211.32º 0.86% 0.46% -
HSV(B) 211.32º 0.93% 0.87% -
XYZ 19.28 17.37 70.74 -
YUV 96.9 198.03 70.3 -
System Red Green Blue C M Y K H S L
Decimal 16 114 221 0.93 0.48 0 0.13 211.32 0.86 0.46
Hex 10 72 DD 5D 30 0 D D3 56 2E
Octal 20 162 335 135 60 0 15 323 126 56
Binary 10000 1110010 11011101 1011101 110000 0 1101 11010011 1010110 101110

Color Harmonies of #1072DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1072DD

Black with #1072DD

Text Example


Text Example

White with #1072DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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