Html Css Color HEX #1C6297 Endeavour

📋 copy color: '#1C6297'

red 28 ◦ green 98 ◦ blue 151

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

Shades of Endeavour #1C6297

Tints of Endeavour #1C6297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 54.51%

R = 10.11%
G = 35.38%
B = 54.51%

CMYK

 C value IS 0.81

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#1C6297 (or 0x1C6297) is known color: Endeavour. HEX triplet: 1C, 62 and 97. RGB value is (28,98,151). Sum of RGB (Red+Green+Blue) = 28+98+151=277 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.11% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 151 (59.38% from 255 or 54.51% from 277); Max value from RGB is 151 - color contains mainly: blue. Hex color #1C6297 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6297 is #E39D68. Grayscale: #525252. Windows color (decimal): -14916969 or 9921052. OLE color: 9921052.

HSL color Cylindrical-coordinate representation of color #1C6297: hue angle of 205.85º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C6297 is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 28 98 151 -
CMYK 0.81 0.35 0 0.41
HSL 205.85º 0.69% 0.35% -
HSV(B) 205.85º 0.81% 0.59% -
XYZ 10.43 11.22 30.89 -
YUV 83.11 166.31 88.69 -
System Red Green Blue C M Y K H S L
Decimal 28 98 151 0.81 0.35 0 0.41 205.85 0.69 0.35
Hex 1C 62 97 51 23 0 29 CE 45 23
Octal 34 142 227 121 43 0 51 316 105 43
Binary 11100 1100010 10010111 1010001 100011 0 101001 11001110 1000101 100011

Color Harmonies of #1C6297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6297

Black with #1C6297

Text Example


Text Example

White with #1C6297

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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