Html Css Color HEX #1C569A Endeavour

📋 copy color: '#1C569A'

red 28 ◦ green 86 ◦ blue 154

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

Shades of Endeavour #1C569A

Tints of Endeavour #1C569A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.09%

 BLUE value IS 154 (60.55% from 255) = 57.46%

R = 10.45%
G = 32.09%
B = 57.46%

CMYK

 C value IS 0.82

 M value IS 0.44

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1C569A (or 0x1C569A) is known color: Endeavour. HEX triplet: 1C, 56 and 9A. RGB value is (28,86,154). Sum of RGB (Red+Green+Blue) = 28+86+154=268 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.45% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 154 (60.55% from 255 or 57.46% from 268); Max value from RGB is 154 - color contains mainly: blue. Hex color #1C569A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C569A is #E3A965. Grayscale: #4C4C4C. Windows color (decimal): -14920038 or 10114588. OLE color: 10114588.

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

Color convert

RGB 28 86 154 -
CMYK 0.82 0.44 0 0.40
HSL 212.38º 0.69% 0.36% -
HSV(B) 212.38º 0.82% 0.6% -
XYZ 9.64 9.24 31.85 -
YUV 76.41 171.78 93.47 -
System Red Green Blue C M Y K H S L
Decimal 28 86 154 0.82 0.44 0 0.40 212.38 0.69 0.36
Hex 1C 56 9A 52 2C 0 28 D4 45 24
Octal 34 126 232 122 54 0 50 324 105 44
Binary 11100 1010110 10011010 1010010 101100 0 101000 11010100 1000101 100100

Color Harmonies of #1C569A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C569A

Black with #1C569A

Text Example


Text Example

White with #1C569A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,86,154); }

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

background-color css

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

 a { background-color: rgb(28,86,154); }

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

border-color css

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

 span { border-color: rgb(28,86,154); }

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