Html Css Color HEX #12589A Endeavour

📋 copy color: '#12589A'

red 18 ◦ green 88 ◦ blue 154

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

Shades of Endeavour #12589A

Tints of Endeavour #12589A

RGB

 RED value IS 18 (7.42% from 255) = 6.92%

 GREEN value IS 88 (34.77% from 255) = 33.85%

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

R = 6.92%
G = 33.85%
B = 59.23%

CMYK

 C value IS 0.88

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#12589A (or 0x12589A) is known color: Endeavour. HEX triplet: 12, 58 and 9A. RGB value is (18,88,154). Sum of RGB (Red+Green+Blue) = 18+88+154=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 88 (34.77% from 255 or 33.85% from 260); Blue value is 154 (60.55% from 255 or 59.23% from 260); Max value from RGB is 154 - color contains mainly: blue. Hex color #12589A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12589A is #EDA765. Grayscale: #4A4A4A. Windows color (decimal): -15574886 or 10115090. OLE color: 10115090.

HSL color Cylindrical-coordinate representation of color #12589A: hue angle of 209.12º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12589A is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 18 88 154 -
CMYK 0.88 0.43 0 0.40
HSL 209.12º 0.79% 0.34% -
HSV(B) 209.12º 0.88% 0.6% -
XYZ 9.57 9.44 31.89 -
YUV 74.59 172.81 87.63 -
System Red Green Blue C M Y K H S L
Decimal 18 88 154 0.88 0.43 0 0.40 209.12 0.79 0.34
Hex 12 58 9A 58 2B 0 28 D1 4F 22
Octal 22 130 232 130 53 0 50 321 117 42
Binary 10010 1011000 10011010 1011000 101011 0 101000 11010001 1001111 100010

Color Harmonies of #12589A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12589A

Black with #12589A

Text Example


Text Example

White with #12589A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,88,154); }

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

background-color css

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

 a { background-color: rgb(18,88,154); }

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

border-color css

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

 span { border-color: rgb(18,88,154); }

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