Html Css Color HEX #1C609D Endeavour

📋 copy color: '#1C609D'

red 28 ◦ green 96 ◦ blue 157

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

Shades of Endeavour #1C609D

Tints of Endeavour #1C609D

RGB

 RED value IS 28 (11.33% from 255) = 9.96%

 GREEN value IS 96 (37.89% from 255) = 34.16%

 BLUE value IS 157 (61.72% from 255) = 55.87%

R = 9.96%
G = 34.16%
B = 55.87%

CMYK

 C value IS 0.82

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1C609D (or 0x1C609D) is known color: Endeavour. HEX triplet: 1C, 60 and 9D. RGB value is (28,96,157). Sum of RGB (Red+Green+Blue) = 28+96+157=281 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.96% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 157 (61.72% from 255 or 55.87% from 281); Max value from RGB is 157 - color contains mainly: blue. Hex color #1C609D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C609D is #E39F62. Grayscale: #525252. Windows color (decimal): -14917475 or 10313756. OLE color: 10313756.

HSL color Cylindrical-coordinate representation of color #1C609D: hue angle of 208.37º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C609D is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 28 96 157 -
CMYK 0.82 0.39 0 0.38
HSL 208.37º 0.7% 0.36% -
HSV(B) 208.37º 0.82% 0.62% -
XYZ 10.75 11.05 33.46 -
YUV 82.62 169.97 89.04 -
System Red Green Blue C M Y K H S L
Decimal 28 96 157 0.82 0.39 0 0.38 208.37 0.7 0.36
Hex 1C 60 9D 52 27 0 26 D0 46 24
Octal 34 140 235 122 47 0 46 320 106 44
Binary 11100 1100000 10011101 1010010 100111 0 100110 11010000 1000110 100100

Color Harmonies of #1C609D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C609D

Black with #1C609D

Text Example


Text Example

White with #1C609D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C609D; }

 p { color: rgb(28,96,157); }

 H1.HeaderClassName
 {
   color: #1C609D;
 }
 .AnyTagClassName
 {
   color: #1C609D;
 }
</style>

background-color css

<style>
 a { background-color: #1C609D; }

 a { background-color: rgb(28,96,157); }

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

border-color css

<style>
 span { border-color: #1C609D; }

 span { border-color: rgb(28,96,157); }

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