Html Css Color HEX #18569C Endeavour

📋 copy color: '#18569C'

red 24 ◦ green 86 ◦ blue 156

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

Shades of Endeavour #18569C

Tints of Endeavour #18569C

RGB

 RED value IS 24 (9.77% from 255) = 9.02%

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

 BLUE value IS 156 (61.33% from 255) = 58.65%

R = 9.02%
G = 32.33%
B = 58.65%

CMYK

 C value IS 0.85

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#18569C (or 0x18569C) is known color: Endeavour. HEX triplet: 18, 56 and 9C. RGB value is (24,86,156). Sum of RGB (Red+Green+Blue) = 24+86+156=266 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.02% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 156 (61.33% from 255 or 58.65% from 266); Max value from RGB is 156 - color contains mainly: blue. Hex color #18569C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18569C is #E7A963. Grayscale: #4B4B4B. Windows color (decimal): -15182180 or 10245656. OLE color: 10245656.

HSL color Cylindrical-coordinate representation of color #18569C: hue angle of 211.82º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18569C is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 24 86 156 -
CMYK 0.85 0.45 0 0.39
HSL 211.82º 0.73% 0.35% -
HSV(B) 211.82º 0.85% 0.61% -
XYZ 9.71 9.25 32.73 -
YUV 75.44 173.46 91.31 -
System Red Green Blue C M Y K H S L
Decimal 24 86 156 0.85 0.45 0 0.39 211.82 0.73 0.35
Hex 18 56 9C 55 2D 0 27 D4 49 23
Octal 30 126 234 125 55 0 47 324 111 43
Binary 11000 1010110 10011100 1010101 101101 0 100111 11010100 1001001 100011

Color Harmonies of #18569C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18569C

Black with #18569C

Text Example


Text Example

White with #18569C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18569C; }

 p { color: rgb(24,86,156); }

 H1.HeaderClassName
 {
   color: #18569C;
 }
 .AnyTagClassName
 {
   color: #18569C;
 }
</style>

background-color css

<style>
 a { background-color: #18569C; }

 a { background-color: rgb(24,86,156); }

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

border-color css

<style>
 span { border-color: #18569C; }

 span { border-color: rgb(24,86,156); }

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