Html Css Color HEX #125498 Endeavour

📋 copy color: '#125498'

red 18 ◦ green 84 ◦ blue 152

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

Shades of Endeavour #125498

Tints of Endeavour #125498

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.07%

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

R = 7.09%
G = 33.07%
B = 59.84%

CMYK

 C value IS 0.88

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#125498 (or 0x125498) is known color: Endeavour. HEX triplet: 12, 54 and 98. RGB value is (18,84,152). Sum of RGB (Red+Green+Blue) = 18+84+152=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 152 (59.77% from 255 or 59.84% from 254); Max value from RGB is 152 - color contains mainly: blue. Hex color #125498 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125498 is #EDAB67. Grayscale: #474747. Windows color (decimal): -15575912 or 9982994. OLE color: 9982994.

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

Color convert

RGB 18 84 152 -
CMYK 0.88 0.45 0 0.40
HSL 210.45º 0.79% 0.33% -
HSV(B) 210.45º 0.88% 0.6% -
XYZ 9.09 8.74 30.91 -
YUV 72.02 173.13 89.47 -
System Red Green Blue C M Y K H S L
Decimal 18 84 152 0.88 0.45 0 0.40 210.45 0.79 0.33
Hex 12 54 98 58 2D 0 28 D2 4F 21
Octal 22 124 230 130 55 0 50 322 117 41
Binary 10010 1010100 10011000 1011000 101101 0 101000 11010010 1001111 100001

Color Harmonies of #125498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125498

Black with #125498

Text Example


Text Example

White with #125498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125498; }

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

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

background-color css

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

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

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

border-color css

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

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

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