Html Css Color HEX #125A97 Endeavour

📋 copy color: '#125A97'

red 18 ◦ green 90 ◦ blue 151

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

Shades of Endeavour #125A97

Tints of Endeavour #125A97

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.75%

 BLUE value IS 151 (59.38% from 255) = 58.3%

R = 6.95%
G = 34.75%
B = 58.3%

CMYK

 C value IS 0.88

 M value IS 0.40

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#125A97 (or 0x125A97) is known color: Endeavour. HEX triplet: 12, 5A and 97. RGB value is (18,90,151). Sum of RGB (Red+Green+Blue) = 18+90+151=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 90 (35.55% from 255 or 34.75% from 259); Blue value is 151 (59.38% from 255 or 58.30% from 259); Max value from RGB is 151 - color contains mainly: blue. Hex color #125A97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125A97 is #EDA568. Grayscale: #4B4B4B. Windows color (decimal): -15574377 or 9918994. OLE color: 9918994.

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

Color convert

RGB 18 90 151 -
CMYK 0.88 0.40 0 0.41
HSL 207.52º 0.79% 0.33% -
HSV(B) 207.52º 0.88% 0.59% -
XYZ 9.49 9.68 30.65 -
YUV 75.43 170.65 87.04 -
System Red Green Blue C M Y K H S L
Decimal 18 90 151 0.88 0.40 0 0.41 207.52 0.79 0.33
Hex 12 5A 97 58 28 0 29 D0 4F 21
Octal 22 132 227 130 50 0 51 320 117 41
Binary 10010 1011010 10010111 1011000 101000 0 101001 11010000 1001111 100001

Color Harmonies of #125A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125A97

Black with #125A97

Text Example


Text Example

White with #125A97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125A97; }

 p { color: rgb(18,90,151); }

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

background-color css

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

 a { background-color: rgb(18,90,151); }

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

border-color css

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

 span { border-color: rgb(18,90,151); }

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