Html Css Color HEX #126393 Endeavour

📋 copy color: '#126393'

red 18 ◦ green 99 ◦ blue 147

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

Shades of Endeavour #126393

Tints of Endeavour #126393

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.5%

 BLUE value IS 147 (57.81% from 255) = 55.68%

R = 6.82%
G = 37.5%
B = 55.68%

CMYK

 C value IS 0.88

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#126393 (or 0x126393) is known color: Endeavour. HEX triplet: 12, 63 and 93. RGB value is (18,99,147). Sum of RGB (Red+Green+Blue) = 18+99+147=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 147 (57.81% from 255 or 55.68% from 264); Max value from RGB is 147 - color contains mainly: blue. Hex color #126393 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126393 is #ED9C6C. Grayscale: #4F4F4F. Windows color (decimal): -15572077 or 9659154. OLE color: 9659154.

HSL color Cylindrical-coordinate representation of color #126393: hue angle of 202.33º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #126393 is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 99 147 -
CMYK 0.88 0.33 0 0.42
HSL 202.33º 0.78% 0.32% -
HSV(B) 202.33º 0.88% 0.58% -
XYZ 9.98 11.16 29.23 -
YUV 80.25 165.66 83.6 -
System Red Green Blue C M Y K H S L
Decimal 18 99 147 0.88 0.33 0 0.42 202.33 0.78 0.32
Hex 12 63 93 58 21 0 2A CA 4E 20
Octal 22 143 223 130 41 0 52 312 116 40
Binary 10010 1100011 10010011 1011000 100001 0 101010 11001010 1001110 100000

Color Harmonies of #126393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126393

Black with #126393

Text Example


Text Example

White with #126393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126393; }

 p { color: rgb(18,99,147); }

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

background-color css

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

 a { background-color: rgb(18,99,147); }

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

border-color css

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

 span { border-color: rgb(18,99,147); }

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