Html Css Color HEX #125198 Endeavour

📋 copy color: '#125198'

red 18 ◦ green 81 ◦ blue 152

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

Shades of Endeavour #125198

Tints of Endeavour #125198

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.27%

 BLUE value IS 152 (59.77% from 255) = 60.56%

R = 7.17%
G = 32.27%
B = 60.56%

CMYK

 C value IS 0.88

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#125198 (or 0x125198) is known color: Endeavour. HEX triplet: 12, 51 and 98. RGB value is (18,81,152). Sum of RGB (Red+Green+Blue) = 18+81+152=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 152 (59.77% from 255 or 60.56% from 251); Max value from RGB is 152 - color contains mainly: blue. Hex color #125198 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125198 is #EDAE67. Grayscale: #454545. Windows color (decimal): -15576680 or 9982226. OLE color: 9982226.

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

Color convert

RGB 18 81 152 -
CMYK 0.88 0.47 0 0.40
HSL 211.79º 0.79% 0.33% -
HSV(B) 211.79º 0.88% 0.6% -
XYZ 8.86 8.28 30.84 -
YUV 70.26 174.13 90.73 -
System Red Green Blue C M Y K H S L
Decimal 18 81 152 0.88 0.47 0 0.40 211.79 0.79 0.33
Hex 12 51 98 58 2F 0 28 D4 4F 21
Octal 22 121 230 130 57 0 50 324 117 41
Binary 10010 1010001 10011000 1011000 101111 0 101000 11010100 1001111 100001

Color Harmonies of #125198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125198

Black with #125198

Text Example


Text Example

White with #125198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125198; }

 p { color: rgb(18,81,152); }

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

background-color css

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

 a { background-color: rgb(18,81,152); }

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

border-color css

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

 span { border-color: rgb(18,81,152); }

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