#1C72DB

Color #1C72DB Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #1C72DB

Tints of Navy Blue #1C72DB

Color information

#1C72DB (or 0x1C72DB) is unknown color: approx Navy Blue. HEX triplet: 1C, 72 and DB. RGB value is (28,114,219). Sum of RGB (Red+Green+Blue) = 28+114+219=361 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.76% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #1C72DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C72DB is #E38D24. Grayscale: #636363. Windows color (decimal): -14912805 or 14381596. OLE color: 14381596.

HSL color Cylindrical-coordinate representation of color #1C72DB: hue angle of 212.98º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C72DB is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB28114219-
CMYK0.870.4800.14
HSL212.98º77.33%48.43%-
HSV(B)212.98º87.21%85.88%-
XYZ19.2817.469.36-
YUV100.26195.0176.46-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.76%
GREEN value IS 114 (44.92% from 255) = 31.58%
BLUE value IS 219 (85.94% from 255) = 60.66%
R=7.76%
G=31.58%
B=60.66%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal281142190.870.4800.14212.9877.3348.43
Hex1C72DB57300Ed54d30
Octal341623331276001632511560
Binary11100111001011011011101011111000001110110101011001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C72DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C72DB; }

 p { color: rgb(28,114,219); }

 H1.HeaderClassName
 {
   color: #1C72DB;
 }
 .AnyTagClassName
 {
   color: #1C72DB;
 }
</style>
background-color css

<style>
 a { background-color: #1C72DB; }

 a { background-color: rgb(28,114,219); }

 div.DivClassName
 {
   background-color: #1C72DB;
 }
 .BgClassName
 {
   background-color: #1C72DB;
 }
</style>
border-color css

<style>
 span { border-color: #1C72DB; }

 span { border-color: rgb(28,114,219); }

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