Html Css Color HEX #1C509A Endeavour

📋 copy color: '#1C509A'

red 28 ◦ green 80 ◦ blue 154

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

Shades of Endeavour #1C509A

Tints of Endeavour #1C509A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.53%

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

R = 10.69%
G = 30.53%
B = 58.78%

CMYK

 C value IS 0.82

 M value IS 0.48

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1C509A (or 0x1C509A) is known color: Endeavour. HEX triplet: 1C, 50 and 9A. RGB value is (28,80,154). Sum of RGB (Red+Green+Blue) = 28+80+154=262 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.69% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 154 (60.55% from 255 or 58.78% from 262); Max value from RGB is 154 - color contains mainly: blue. Hex color #1C509A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C509A is #E3AF65. Grayscale: #484848. Windows color (decimal): -14921574 or 10113052. OLE color: 10113052.

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

Color convert

RGB 28 80 154 -
CMYK 0.82 0.48 0 0.40
HSL 215.24º 0.69% 0.36% -
HSV(B) 215.24º 0.82% 0.6% -
XYZ 9.18 8.32 31.69 -
YUV 72.89 173.77 95.98 -
System Red Green Blue C M Y K H S L
Decimal 28 80 154 0.82 0.48 0 0.40 215.24 0.69 0.36
Hex 1C 50 9A 52 30 0 28 D7 45 24
Octal 34 120 232 122 60 0 50 327 105 44
Binary 11100 1010000 10011010 1010010 110000 0 101000 11010111 1000101 100100

Color Harmonies of #1C509A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C509A

Black with #1C509A

Text Example


Text Example

White with #1C509A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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