Html Css Color HEX #125B97 Endeavour

📋 copy color: '#125B97'

red 18 ◦ green 91 ◦ blue 151

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

Shades of Endeavour #125B97

Tints of Endeavour #125B97

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35%

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

R = 6.92%
G = 35%
B = 58.08%

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

#125B97 (or 0x125B97) is known color: Endeavour. HEX triplet: 12, 5B and 97. RGB value is (18,91,151). Sum of RGB (Red+Green+Blue) = 18+91+151=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 151 (59.38% from 255 or 58.08% from 260); Max value from RGB is 151 - color contains mainly: blue. Hex color #125B97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125B97 is #EDA468. Grayscale: #4B4B4B. Windows color (decimal): -15574121 or 9919250. OLE color: 9919250.

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

Color convert

RGB 18 91 151 -
CMYK 0.88 0.40 0 0.41
HSL 207.07º 0.79% 0.33% -
HSV(B) 207.07º 0.88% 0.59% -
XYZ 9.58 9.85 30.67 -
YUV 76.01 170.32 86.62 -
System Red Green Blue C M Y K H S L
Decimal 18 91 151 0.88 0.40 0 0.41 207.07 0.79 0.33
Hex 12 5B 97 58 28 0 29 CF 4F 21
Octal 22 133 227 130 50 0 51 317 117 41
Binary 10010 1011011 10010111 1011000 101000 0 101001 11001111 1001111 100001

Color Harmonies of #125B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125B97

Black with #125B97

Text Example


Text Example

White with #125B97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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