Html Css Color HEX #1765DC Navy Blue

📋 copy color: '#1765DC'

red 23 ◦ green 101 ◦ blue 220

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

Shades of Navy Blue #1765DC

Tints of Navy Blue #1765DC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.36%

 BLUE value IS 220 (86.33% from 255) = 63.95%

R = 6.69%
G = 29.36%
B = 63.95%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1765DC (or 0x1765DC) is known color: Navy Blue. HEX triplet: 17, 65 and DC. RGB value is (23,101,220). Sum of RGB (Red+Green+Blue) = 23+101+220=344 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.69% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 220 (86.33% from 255 or 63.95% from 344); Max value from RGB is 220 - color contains mainly: blue. Hex color #1765DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1765DC is #E89A23. Grayscale: #5A5A5A. Windows color (decimal): -15243812 or 14443799. OLE color: 14443799.

HSL color Cylindrical-coordinate representation of color #1765DC: hue angle of 216.24º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1765DC is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 23 101 220 -
CMYK 0.90 0.54 0 0.14
HSL 216.24º 0.81% 0.48% -
HSV(B) 216.24º 0.9% 0.86% -
XYZ 17.93 14.66 69.59 -
YUV 91.24 200.66 79.32 -
System Red Green Blue C M Y K H S L
Decimal 23 101 220 0.90 0.54 0 0.14 216.24 0.81 0.48
Hex 17 65 DC 5A 36 0 E D8 51 30
Octal 27 145 334 132 66 0 16 330 121 60
Binary 10111 1100101 11011100 1011010 110110 0 1110 11011000 1010001 110000

Color Harmonies of #1765DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1765DC

Black with #1765DC

Text Example


Text Example

White with #1765DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1765DC; }

 p { color: rgb(23,101,220); }

 H1.HeaderClassName
 {
   color: #1765DC;
 }
 .AnyTagClassName
 {
   color: #1765DC;
 }
</style>

background-color css

<style>
 a { background-color: #1765DC; }

 a { background-color: rgb(23,101,220); }

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

border-color css

<style>
 span { border-color: #1765DC; }

 span { border-color: rgb(23,101,220); }

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