Html Css Color HEX #1773CF Navy Blue

📋 copy color: '#1773CF'

red 23 ◦ green 115 ◦ blue 207

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

Shades of Navy Blue #1773CF

Tints of Navy Blue #1773CF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.33%

 BLUE value IS 207 (81.25% from 255) = 60%

R = 6.67%
G = 33.33%
B = 60%

CMYK

 C value IS 0.89

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1773CF (or 0x1773CF) is known color: Navy Blue. HEX triplet: 17, 73 and CF. RGB value is (23,115,207). Sum of RGB (Red+Green+Blue) = 23+115+207=345 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.67% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 207 (81.25% from 255 or 60% from 345); Max value from RGB is 207 - color contains mainly: blue. Hex color #1773CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1773CF is #E88C30. Grayscale: #616161. Windows color (decimal): -15240241 or 13595415. OLE color: 13595415.

HSL color Cylindrical-coordinate representation of color #1773CF: hue angle of 210º 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 #1773CF is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 23 115 207 -
CMYK 0.89 0.44 0 0.19
HSL 210º 0.8% 0.45% -
HSV(B) 210º 0.89% 0.81% -
XYZ 17.75 16.95 61.37 -
YUV 97.98 189.52 74.52 -
System Red Green Blue C M Y K H S L
Decimal 23 115 207 0.89 0.44 0 0.19 210 0.8 0.45
Hex 17 73 CF 59 2C 0 13 D2 50 2D
Octal 27 163 317 131 54 0 23 322 120 55
Binary 10111 1110011 11001111 1011001 101100 0 10011 11010010 1010000 101101

Color Harmonies of #1773CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1773CF

Black with #1773CF

Text Example


Text Example

White with #1773CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1773CF; }

 p { color: rgb(23,115,207); }

 H1.HeaderClassName
 {
   color: #1773CF;
 }
 .AnyTagClassName
 {
   color: #1773CF;
 }
</style>

background-color css

<style>
 a { background-color: #1773CF; }

 a { background-color: rgb(23,115,207); }

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

border-color css

<style>
 span { border-color: #1773CF; }

 span { border-color: rgb(23,115,207); }

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