Html Css Color HEX #1C629B Endeavour

📋 copy color: '#1C629B'

red 28 ◦ green 98 ◦ blue 155

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

Shades of Endeavour #1C629B

Tints of Endeavour #1C629B

RGB

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

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

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

R = 9.96%
G = 34.88%
B = 55.16%

CMYK

 C value IS 0.82

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1C629B (or 0x1C629B) is known color: Endeavour. HEX triplet: 1C, 62 and 9B. RGB value is (28,98,155). Sum of RGB (Red+Green+Blue) = 28+98+155=281 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.96% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 155 (60.94% from 255 or 55.16% from 281); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C629B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C629B is #E39D64. Grayscale: #535353. Windows color (decimal): -14916965 or 10183196. OLE color: 10183196.

HSL color Cylindrical-coordinate representation of color #1C629B: hue angle of 206.93º 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 #1C629B is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 28 98 155 -
CMYK 0.82 0.37 0 0.39
HSL 206.93º 0.69% 0.36% -
HSV(B) 206.93º 0.82% 0.61% -
XYZ 10.76 11.35 32.63 -
YUV 83.57 168.31 88.37 -
System Red Green Blue C M Y K H S L
Decimal 28 98 155 0.82 0.37 0 0.39 206.93 0.69 0.36
Hex 1C 62 9B 52 25 0 27 CF 45 24
Octal 34 142 233 122 45 0 47 317 105 44
Binary 11100 1100010 10011011 1010010 100101 0 100111 11001111 1000101 100100

Color Harmonies of #1C629B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C629B

Black with #1C629B

Text Example


Text Example

White with #1C629B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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