Html Css Color HEX #125C92 Endeavour

📋 copy color: '#125C92'

red 18 ◦ green 92 ◦ blue 146

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

Shades of Endeavour #125C92

Tints of Endeavour #125C92

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.94%

 BLUE value IS 146 (57.42% from 255) = 57.03%

R = 7.03%
G = 35.94%
B = 57.03%

CMYK

 C value IS 0.88

 M value IS 0.37

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#125C92 (or 0x125C92) is known color: Endeavour. HEX triplet: 12, 5C and 92. RGB value is (18,92,146). Sum of RGB (Red+Green+Blue) = 18+92+146=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 92 (36.33% from 255 or 35.94% from 256); Blue value is 146 (57.42% from 255 or 57.03% from 256); Max value from RGB is 146 - color contains mainly: blue. Hex color #125C92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125C92 is #EDA36D. Grayscale: #4B4B4B. Windows color (decimal): -15573870 or 9591826. OLE color: 9591826.

HSL color Cylindrical-coordinate representation of color #125C92: hue angle of 205.31º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #125C92 is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 18 92 146 -
CMYK 0.88 0.37 0 0.43
HSL 205.31º 0.78% 0.32% -
HSV(B) 205.31º 0.88% 0.57% -
XYZ 9.26 9.86 28.61 -
YUV 76.03 167.48 86.61 -
System Red Green Blue C M Y K H S L
Decimal 18 92 146 0.88 0.37 0 0.43 205.31 0.78 0.32
Hex 12 5C 92 58 25 0 2B CD 4E 20
Octal 22 134 222 130 45 0 53 315 116 40
Binary 10010 1011100 10010010 1011000 100101 0 101011 11001101 1001110 100000

Color Harmonies of #125C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125C92

Black with #125C92

Text Example


Text Example

White with #125C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,92,146); }

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

background-color css

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

 a { background-color: rgb(18,92,146); }

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

border-color css

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

 span { border-color: rgb(18,92,146); }

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