Html Css Color HEX #1072DF Navy Blue

📋 copy color: '#1072DF'

red 16 ◦ green 114 ◦ blue 223

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

Shades of Navy Blue #1072DF

Tints of Navy Blue #1072DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 63.17%

R = 4.53%
G = 32.29%
B = 63.17%

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

#1072DF (or 0x1072DF) is known color: Navy Blue. HEX triplet: 10, 72 and DF. RGB value is (16,114,223). Sum of RGB (Red+Green+Blue) = 16+114+223=353 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.53% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #1072DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1072DF is #EF8D20. Grayscale: #606060. Windows color (decimal): -15699233 or 14643728. OLE color: 14643728.

HSL color Cylindrical-coordinate representation of color #1072DF: hue angle of 211.59º 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 #1072DF is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 114 223 -
CMYK 0.93 0.49 0 0.13
HSL 211.59º 0.87% 0.47% -
HSV(B) 211.59º 0.93% 0.87% -
XYZ 19.55 17.47 72.15 -
YUV 97.12 199.03 70.14 -
System Red Green Blue C M Y K H S L
Decimal 16 114 223 0.93 0.49 0 0.13 211.59 0.87 0.47
Hex 10 72 DF 5D 31 0 D D4 57 2F
Octal 20 162 337 135 61 0 15 324 127 57
Binary 10000 1110010 11011111 1011101 110001 0 1101 11010100 1010111 101111

Color Harmonies of #1072DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1072DF

Black with #1072DF

Text Example


Text Example

White with #1072DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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