Html Css Color HEX #1780CB Navy Blue

📋 copy color: '#1780CB'

red 23 ◦ green 128 ◦ blue 203

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

Shades of Navy Blue #1780CB

Tints of Navy Blue #1780CB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.16%

 BLUE value IS 203 (79.69% from 255) = 57.34%

R = 6.5%
G = 36.16%
B = 57.34%

CMYK

 C value IS 0.89

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1780CB (or 0x1780CB) is known color: Navy Blue. HEX triplet: 17, 80 and CB. RGB value is (23,128,203). Sum of RGB (Red+Green+Blue) = 23+128+203=354 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.50% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 203 (79.69% from 255 or 57.34% from 354); Max value from RGB is 203 - color contains mainly: blue. Hex color #1780CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1780CB is #E87F34. Grayscale: #686868. Windows color (decimal): -15236917 or 13336599. OLE color: 13336599.

HSL color Cylindrical-coordinate representation of color #1780CB: hue angle of 205º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1780CB is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 23 128 203 -
CMYK 0.89 0.37 0 0.20
HSL 205º 0.8% 0.44% -
HSV(B) 205º 0.89% 0.8% -
XYZ 18.85 19.93 59.35 -
YUV 105.16 183.21 69.4 -
System Red Green Blue C M Y K H S L
Decimal 23 128 203 0.89 0.37 0 0.20 205 0.8 0.44
Hex 17 80 CB 59 25 0 14 CD 50 2C
Octal 27 200 313 131 45 0 24 315 120 54
Binary 10111 10000000 11001011 1011001 100101 0 10100 11001101 1010000 101100

Color Harmonies of #1780CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1780CB

Black with #1780CB

Text Example


Text Example

White with #1780CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1780CB; }

 p { color: rgb(23,128,203); }

 H1.HeaderClassName
 {
   color: #1780CB;
 }
 .AnyTagClassName
 {
   color: #1780CB;
 }
</style>

background-color css

<style>
 a { background-color: #1780CB; }

 a { background-color: rgb(23,128,203); }

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

border-color css

<style>
 span { border-color: #1780CB; }

 span { border-color: rgb(23,128,203); }

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