Html Css Color HEX #1772DB Navy Blue

📋 copy color: '#1772DB'

red 23 ◦ green 114 ◦ blue 219

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

Shades of Navy Blue #1772DB

Tints of Navy Blue #1772DB

RGB

 RED value IS 23 (9.38% from 255) = 6.46%

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

 BLUE value IS 219 (85.94% from 255) = 61.52%

R = 6.46%
G = 32.02%
B = 61.52%

CMYK

 C value IS 0.89

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1772DB (or 0x1772DB) is known color: Navy Blue. HEX triplet: 17, 72 and DB. RGB value is (23,114,219). Sum of RGB (Red+Green+Blue) = 23+114+219=356 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.46% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 219 (85.94% from 255 or 61.52% from 356); Max value from RGB is 219 - color contains mainly: blue. Hex color #1772DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1772DB is #E88D24. Grayscale: #626262. Windows color (decimal): -15240485 or 14381591. OLE color: 14381591.

HSL color Cylindrical-coordinate representation of color #1772DB: hue angle of 212.14º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1772DB is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 23 114 219 -
CMYK 0.89 0.48 0 0.14
HSL 212.14º 0.81% 0.47% -
HSV(B) 212.14º 0.89% 0.86% -
XYZ 19.16 17.33 69.35 -
YUV 98.76 195.85 73.96 -
System Red Green Blue C M Y K H S L
Decimal 23 114 219 0.89 0.48 0 0.14 212.14 0.81 0.47
Hex 17 72 DB 59 30 0 E D4 51 2F
Octal 27 162 333 131 60 0 16 324 121 57
Binary 10111 1110010 11011011 1011001 110000 0 1110 11010100 1010001 101111

Color Harmonies of #1772DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1772DB

Black with #1772DB

Text Example


Text Example

White with #1772DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1772DB; }

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

 H1.HeaderClassName
 {
   color: #1772DB;
 }
 .AnyTagClassName
 {
   color: #1772DB;
 }
</style>

background-color css

<style>
 a { background-color: #1772DB; }

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

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

border-color css

<style>
 span { border-color: #1772DB; }

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

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