Html Css Color HEX #1C529A Endeavour

📋 copy color: '#1C529A'

red 28 ◦ green 82 ◦ blue 154

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

Shades of Endeavour #1C529A

Tints of Endeavour #1C529A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.06%

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

R = 10.61%
G = 31.06%
B = 58.33%

CMYK

 C value IS 0.82

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1C529A (or 0x1C529A) is known color: Endeavour. HEX triplet: 1C, 52 and 9A. RGB value is (28,82,154). Sum of RGB (Red+Green+Blue) = 28+82+154=264 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.61% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 154 (60.55% from 255 or 58.33% from 264); Max value from RGB is 154 - color contains mainly: blue. Hex color #1C529A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C529A is #E3AD65. Grayscale: #494949. Windows color (decimal): -14921062 or 10113564. OLE color: 10113564.

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

Color convert

RGB 28 82 154 -
CMYK 0.82 0.47 0 0.40
HSL 214.29º 0.69% 0.36% -
HSV(B) 214.29º 0.82% 0.6% -
XYZ 9.33 8.61 31.74 -
YUV 74.06 173.11 95.15 -
System Red Green Blue C M Y K H S L
Decimal 28 82 154 0.82 0.47 0 0.40 214.29 0.69 0.36
Hex 1C 52 9A 52 2F 0 28 D6 45 24
Octal 34 122 232 122 57 0 50 326 105 44
Binary 11100 1010010 10011010 1010010 101111 0 101000 11010110 1000101 100100

Color Harmonies of #1C529A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C529A

Black with #1C529A

Text Example


Text Example

White with #1C529A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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