Html Css Color HEX #1775BE Denim

📋 copy color: '#1775BE'

red 23 ◦ green 117 ◦ blue 190

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

Shades of Denim #1775BE

Tints of Denim #1775BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 57.58%

R = 6.97%
G = 35.45%
B = 57.58%

CMYK

 C value IS 0.88

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1775BE (or 0x1775BE) is known color: Denim. HEX triplet: 17, 75 and BE. RGB value is (23,117,190). Sum of RGB (Red+Green+Blue) = 23+117+190=330 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.97% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 190 (74.61% from 255 or 57.58% from 330); Max value from RGB is 190 - color contains mainly: blue. Hex color #1775BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1775BE is #E88A41. Grayscale: #606060. Windows color (decimal): -15239746 or 12481815. OLE color: 12481815.

HSL color Cylindrical-coordinate representation of color #1775BE: hue angle of 206.23º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1775BE is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 23 117 190 -
CMYK 0.88 0.38 0 0.25
HSL 206.23º 0.78% 0.42% -
HSV(B) 206.23º 0.88% 0.75% -
XYZ 16.01 16.62 51.08 -
YUV 97.22 180.36 75.06 -
System Red Green Blue C M Y K H S L
Decimal 23 117 190 0.88 0.38 0 0.25 206.23 0.78 0.42
Hex 17 75 BE 58 26 0 19 CE 4E 2A
Octal 27 165 276 130 46 0 31 316 116 52
Binary 10111 1110101 10111110 1011000 100110 0 11001 11001110 1001110 101010

Color Harmonies of #1775BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1775BE

Black with #1775BE

Text Example


Text Example

White with #1775BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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