Html Css Color HEX #1072CC Navy Blue

📋 copy color: '#1072CC'

red 16 ◦ green 114 ◦ blue 204

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

Shades of Navy Blue #1072CC

Tints of Navy Blue #1072CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 61.08%

R = 4.79%
G = 34.13%
B = 61.08%

CMYK

 C value IS 0.92

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1072CC (or 0x1072CC) is known color: Navy Blue. HEX triplet: 10, 72 and CC. RGB value is (16,114,204). Sum of RGB (Red+Green+Blue) = 16+114+204=334 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.79% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 204 (80.08% from 255 or 61.08% from 334); Max value from RGB is 204 - color contains mainly: blue. Hex color #1072CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1072CC is #EF8D33. Grayscale: #5E5E5E. Windows color (decimal): -15699252 or 13398544. OLE color: 13398544.

HSL color Cylindrical-coordinate representation of color #1072CC: hue angle of 208.72º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1072CC is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 16 114 204 -
CMYK 0.92 0.44 0 0.2
HSL 208.72º 0.85% 0.43% -
HSV(B) 208.72º 0.92% 0.8% -
XYZ 17.13 16.5 59.41 -
YUV 94.96 189.53 71.68 -
System Red Green Blue C M Y K H S L
Decimal 16 114 204 0.92 0.44 0 0.2 208.72 0.85 0.43
Hex 10 72 CC 5C 2C 0 14 D1 55 2B
Octal 20 162 314 134 54 0 24 321 125 53
Binary 10000 1110010 11001100 1011100 101100 0 10100 11010001 1010101 101011

Color Harmonies of #1072CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1072CC

Black with #1072CC

Text Example


Text Example

White with #1072CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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