Html Css Color HEX #1775CE Navy Blue

📋 copy color: '#1775CE'

red 23 ◦ green 117 ◦ blue 206

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

Shades of Navy Blue #1775CE

Tints of Navy Blue #1775CE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.82%

 BLUE value IS 206 (80.86% from 255) = 59.54%

R = 6.65%
G = 33.82%
B = 59.54%

CMYK

 C value IS 0.89

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1775CE (or 0x1775CE) is known color: Navy Blue. HEX triplet: 17, 75 and CE. RGB value is (23,117,206). Sum of RGB (Red+Green+Blue) = 23+117+206=346 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.65% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #1775CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1775CE is #E88A31. Grayscale: #626262. Windows color (decimal): -15239730 or 13530391. OLE color: 13530391.

HSL color Cylindrical-coordinate representation of color #1775CE: hue angle of 209.18º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1775CE is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 23 117 206 -
CMYK 0.89 0.43 0 0.19
HSL 209.18º 0.8% 0.45% -
HSV(B) 209.18º 0.89% 0.81% -
XYZ 17.86 17.36 60.8 -
YUV 99.04 188.36 73.76 -
System Red Green Blue C M Y K H S L
Decimal 23 117 206 0.89 0.43 0 0.19 209.18 0.8 0.45
Hex 17 75 CE 59 2B 0 13 D1 50 2D
Octal 27 165 316 131 53 0 23 321 120 55
Binary 10111 1110101 11001110 1011001 101011 0 10011 11010001 1010000 101101

Color Harmonies of #1775CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1775CE

Black with #1775CE

Text Example


Text Example

White with #1775CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1775CE; }

 p { color: rgb(23,117,206); }

 H1.HeaderClassName
 {
   color: #1775CE;
 }
 .AnyTagClassName
 {
   color: #1775CE;
 }
</style>

background-color css

<style>
 a { background-color: #1775CE; }

 a { background-color: rgb(23,117,206); }

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

border-color css

<style>
 span { border-color: #1775CE; }

 span { border-color: rgb(23,117,206); }

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