Html Css Color HEX #125895 Endeavour

📋 copy color: '#125895'

red 18 ◦ green 88 ◦ blue 149

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

Shades of Endeavour #125895

Tints of Endeavour #125895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 58.43%

R = 7.06%
G = 34.51%
B = 58.43%

CMYK

 C value IS 0.88

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#125895 (or 0x125895) is known color: Endeavour. HEX triplet: 12, 58 and 95. RGB value is (18,88,149). Sum of RGB (Red+Green+Blue) = 18+88+149=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 149 (58.59% from 255 or 58.43% from 255); Max value from RGB is 149 - color contains mainly: blue. Hex color #125895 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125895 is #EDA76A. Grayscale: #494949. Windows color (decimal): -15574891 or 9787410. OLE color: 9787410.

HSL color Cylindrical-coordinate representation of color #125895: hue angle of 207.94º 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 #125895 is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 88 149 -
CMYK 0.88 0.41 0 0.42
HSL 207.94º 0.78% 0.33% -
HSV(B) 207.94º 0.88% 0.58% -
XYZ 9.16 9.28 29.74 -
YUV 74.02 170.31 88.04 -
System Red Green Blue C M Y K H S L
Decimal 18 88 149 0.88 0.41 0 0.42 207.94 0.78 0.33
Hex 12 58 95 58 29 0 2A D0 4E 21
Octal 22 130 225 130 51 0 52 320 116 41
Binary 10010 1011000 10010101 1011000 101001 0 101010 11010000 1001110 100001

Color Harmonies of #125895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125895

Black with #125895

Text Example


Text Example

White with #125895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125895; }

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

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

background-color css

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

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

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

border-color css

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

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

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