Html Css Color HEX #125094 Endeavour

📋 copy color: '#125094'

red 18 ◦ green 80 ◦ blue 148

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

Shades of Endeavour #125094

Tints of Endeavour #125094

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.52%

 BLUE value IS 148 (58.2% from 255) = 60.16%

R = 7.32%
G = 32.52%
B = 60.16%

CMYK

 C value IS 0.88

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#125094 (or 0x125094) is known color: Endeavour. HEX triplet: 12, 50 and 94. RGB value is (18,80,148). Sum of RGB (Red+Green+Blue) = 18+80+148=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 148 (58.20% from 255 or 60.16% from 246); Max value from RGB is 148 - color contains mainly: blue. Hex color #125094 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125094 is #EDAF6B. Grayscale: #444444. Windows color (decimal): -15576940 or 9719826. OLE color: 9719826.

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

Color convert

RGB 18 80 148 -
CMYK 0.88 0.46 0 0.42
HSL 211.38º 0.78% 0.33% -
HSV(B) 211.38º 0.88% 0.58% -
XYZ 8.46 8 29.12 -
YUV 69.21 172.46 91.47 -
System Red Green Blue C M Y K H S L
Decimal 18 80 148 0.88 0.46 0 0.42 211.38 0.78 0.33
Hex 12 50 94 58 2E 0 2A D3 4E 21
Octal 22 120 224 130 56 0 52 323 116 41
Binary 10010 1010000 10010100 1011000 101110 0 101010 11010011 1001110 100001

Color Harmonies of #125094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125094

Black with #125094

Text Example


Text Example

White with #125094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125094; }

 p { color: rgb(18,80,148); }

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

background-color css

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

 a { background-color: rgb(18,80,148); }

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

border-color css

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

 span { border-color: rgb(18,80,148); }

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