Html Css Color HEX #1C639B Endeavour

📋 copy color: '#1C639B'

red 28 ◦ green 99 ◦ blue 155

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

Shades of Endeavour #1C639B

Tints of Endeavour #1C639B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.11%

 BLUE value IS 155 (60.94% from 255) = 54.96%

R = 9.93%
G = 35.11%
B = 54.96%

CMYK

 C value IS 0.82

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1C639B (or 0x1C639B) is known color: Endeavour. HEX triplet: 1C, 63 and 9B. RGB value is (28,99,155). Sum of RGB (Red+Green+Blue) = 28+99+155=282 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.93% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C639B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C639B is #E39C64. Grayscale: #535353. Windows color (decimal): -14916709 or 10183452. OLE color: 10183452.

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

Color convert

RGB 28 99 155 -
CMYK 0.82 0.36 0 0.39
HSL 206.46º 0.69% 0.36% -
HSV(B) 206.46º 0.82% 0.61% -
XYZ 10.86 11.54 32.67 -
YUV 84.16 167.98 87.95 -
System Red Green Blue C M Y K H S L
Decimal 28 99 155 0.82 0.36 0 0.39 206.46 0.69 0.36
Hex 1C 63 9B 52 24 0 27 CE 45 24
Octal 34 143 233 122 44 0 47 316 105 44
Binary 11100 1100011 10011011 1010010 100100 0 100111 11001110 1000101 100100

Color Harmonies of #1C639B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C639B

Black with #1C639B

Text Example


Text Example

White with #1C639B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,99,155); }

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

background-color css

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

 a { background-color: rgb(28,99,155); }

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

border-color css

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

 span { border-color: rgb(28,99,155); }

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