Html Css Color HEX #12659A Endeavour

📋 copy color: '#12659A'

red 18 ◦ green 101 ◦ blue 154

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

Shades of Endeavour #12659A

Tints of Endeavour #12659A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37%

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

R = 6.59%
G = 37%
B = 56.41%

CMYK

 C value IS 0.88

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#12659A (or 0x12659A) is known color: Endeavour. HEX triplet: 12, 65 and 9A. RGB value is (18,101,154). Sum of RGB (Red+Green+Blue) = 18+101+154=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 154 (60.55% from 255 or 56.41% from 273); Max value from RGB is 154 - color contains mainly: blue. Hex color #12659A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12659A is #ED9A65. Grayscale: #515151. Windows color (decimal): -15571558 or 10118418. OLE color: 10118418.

HSL color Cylindrical-coordinate representation of color #12659A: hue angle of 203.38º 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 #12659A is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 18 101 154 -
CMYK 0.88 0.34 0 0.40
HSL 203.38º 0.79% 0.34% -
HSV(B) 203.38º 0.88% 0.6% -
XYZ 10.74 11.77 32.28 -
YUV 82.23 168.5 82.19 -
System Red Green Blue C M Y K H S L
Decimal 18 101 154 0.88 0.34 0 0.40 203.38 0.79 0.34
Hex 12 65 9A 58 22 0 28 CB 4F 22
Octal 22 145 232 130 42 0 50 313 117 42
Binary 10010 1100101 10011010 1011000 100010 0 101000 11001011 1001111 100010

Color Harmonies of #12659A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12659A

Black with #12659A

Text Example


Text Example

White with #12659A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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