Html Css Color HEX #1072CF Navy Blue

📋 copy color: '#1072CF'

red 16 ◦ green 114 ◦ blue 207

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

Shades of Navy Blue #1072CF

Tints of Navy Blue #1072CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 61.42%

R = 4.75%
G = 33.83%
B = 61.42%

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

#1072CF (or 0x1072CF) is known color: Navy Blue. HEX triplet: 10, 72 and CF. RGB value is (16,114,207). Sum of RGB (Red+Green+Blue) = 16+114+207=337 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.75% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 207 (81.25% from 255 or 61.42% from 337); Max value from RGB is 207 - color contains mainly: blue. Hex color #1072CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1072CF is #EF8D30. Grayscale: #5E5E5E. Windows color (decimal): -15699249 or 13595152. OLE color: 13595152.

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

Color convert

RGB 16 114 207 -
CMYK 0.92 0.45 0 0.19
HSL 209.21º 0.86% 0.44% -
HSV(B) 209.21º 0.92% 0.81% -
XYZ 17.49 16.65 61.32 -
YUV 95.3 191.03 71.44 -
System Red Green Blue C M Y K H S L
Decimal 16 114 207 0.92 0.45 0 0.19 209.21 0.86 0.44
Hex 10 72 CF 5C 2D 0 13 D1 56 2C
Octal 20 162 317 134 55 0 23 321 126 54
Binary 10000 1110010 11001111 1011100 101101 0 10011 11010001 1010110 101100

Color Harmonies of #1072CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1072CF

Black with #1072CF

Text Example


Text Example

White with #1072CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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