Html Css Color HEX #18569A Endeavour

📋 copy color: '#18569A'

red 24 ◦ green 86 ◦ blue 154

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

Shades of Endeavour #18569A

Tints of Endeavour #18569A

RGB

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

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

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

R = 9.09%
G = 32.58%
B = 58.33%

CMYK

 C value IS 0.84

 M value IS 0.44

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#18569A (or 0x18569A) is known color: Endeavour. HEX triplet: 18, 56 and 9A. RGB value is (24,86,154). Sum of RGB (Red+Green+Blue) = 24+86+154=264 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.09% from 264); Green value is 86 (33.98% from 255 or 32.58% 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 #18569A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18569A is #E7A965. Grayscale: #4A4A4A. Windows color (decimal): -15182182 or 10114584. OLE color: 10114584.

HSL color Cylindrical-coordinate representation of color #18569A: hue angle of 211.38º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18569A is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 24 86 154 -
CMYK 0.84 0.44 0 0.40
HSL 211.38º 0.73% 0.35% -
HSV(B) 211.38º 0.84% 0.6% -
XYZ 9.54 9.18 31.84 -
YUV 75.21 172.46 91.47 -
System Red Green Blue C M Y K H S L
Decimal 24 86 154 0.84 0.44 0 0.40 211.38 0.73 0.35
Hex 18 56 9A 54 2C 0 28 D3 49 23
Octal 30 126 232 124 54 0 50 323 111 43
Binary 11000 1010110 10011010 1010100 101100 0 101000 11010011 1001001 100011

Color Harmonies of #18569A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18569A

Black with #18569A

Text Example


Text Example

White with #18569A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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