Html Css Color HEX #1C6299 Endeavour

📋 copy color: '#1C6299'

red 28 ◦ green 98 ◦ blue 153

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

Shades of Endeavour #1C6299

Tints of Endeavour #1C6299

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.13%

 BLUE value IS 153 (60.16% from 255) = 54.84%

R = 10.04%
G = 35.13%
B = 54.84%

CMYK

 C value IS 0.82

 M value IS 0.36

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1C6299 (or 0x1C6299) is known color: Endeavour. HEX triplet: 1C, 62 and 99. RGB value is (28,98,153). Sum of RGB (Red+Green+Blue) = 28+98+153=279 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.04% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 153 (60.16% from 255 or 54.84% from 279); Max value from RGB is 153 - color contains mainly: blue. Hex color #1C6299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6299 is #E39D66. Grayscale: #535353. Windows color (decimal): -14916967 or 10052124. OLE color: 10052124.

HSL color Cylindrical-coordinate representation of color #1C6299: hue angle of 206.4º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C6299 is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 28 98 153 -
CMYK 0.82 0.36 0 0.4
HSL 206.4º 0.69% 0.35% -
HSV(B) 206.4º 0.82% 0.6% -
XYZ 10.6 11.28 31.76 -
YUV 83.34 167.31 88.53 -
System Red Green Blue C M Y K H S L
Decimal 28 98 153 0.82 0.36 0 0.4 206.4 0.69 0.35
Hex 1C 62 99 52 24 0 28 CE 45 23
Octal 34 142 231 122 44 0 50 316 105 43
Binary 11100 1100010 10011001 1010010 100100 0 101000 11001110 1000101 100011

Color Harmonies of #1C6299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6299

Black with #1C6299

Text Example


Text Example

White with #1C6299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,98,153); }

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

background-color css

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

 a { background-color: rgb(28,98,153); }

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

border-color css

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

 span { border-color: rgb(28,98,153); }

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