Html Css Color HEX #1780CC Navy Blue

📋 copy color: '#1780CC'

red 23 ◦ green 128 ◦ blue 204

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

Shades of Navy Blue #1780CC

Tints of Navy Blue #1780CC

RGB

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

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

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

R = 6.48%
G = 36.06%
B = 57.46%

CMYK

 C value IS 0.89

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1780CC (or 0x1780CC) is known color: Navy Blue. HEX triplet: 17, 80 and CC. RGB value is (23,128,204). Sum of RGB (Red+Green+Blue) = 23+128+204=355 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.48% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 204 (80.08% from 255 or 57.46% from 355); Max value from RGB is 204 - color contains mainly: blue. Hex color #1780CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1780CC is #E87F33. Grayscale: #686868. Windows color (decimal): -15236916 or 13402135. OLE color: 13402135.

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

Color convert

RGB 23 128 204 -
CMYK 0.89 0.37 0 0.2
HSL 205.19º 0.8% 0.45% -
HSV(B) 205.19º 0.89% 0.8% -
XYZ 18.97 19.98 59.98 -
YUV 105.27 183.71 69.32 -
System Red Green Blue C M Y K H S L
Decimal 23 128 204 0.89 0.37 0 0.2 205.19 0.8 0.45
Hex 17 80 CC 59 25 0 14 CD 50 2D
Octal 27 200 314 131 45 0 24 315 120 55
Binary 10111 10000000 11001100 1011001 100101 0 10100 11001101 1010000 101101

Color Harmonies of #1780CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1780CC

Black with #1780CC

Text Example


Text Example

White with #1780CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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