Html Css Color HEX #125792 Endeavour

📋 copy color: '#125792'

red 18 ◦ green 87 ◦ blue 146

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

Shades of Endeavour #125792

Tints of Endeavour #125792

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.66%

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

R = 7.17%
G = 34.66%
B = 58.17%

CMYK

 C value IS 0.88

 M value IS 0.40

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#125792 (or 0x125792) is known color: Endeavour. HEX triplet: 12, 57 and 92. RGB value is (18,87,146). Sum of RGB (Red+Green+Blue) = 18+87+146=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 87 (34.38% from 255 or 34.66% from 251); Blue value is 146 (57.42% from 255 or 58.17% from 251); Max value from RGB is 146 - color contains mainly: blue. Hex color #125792 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125792 is #EDA86D. Grayscale: #484848. Windows color (decimal): -15575150 or 9590546. OLE color: 9590546.

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

Color convert

RGB 18 87 146 -
CMYK 0.88 0.40 0 0.43
HSL 207.66º 0.78% 0.32% -
HSV(B) 207.66º 0.88% 0.57% -
XYZ 8.85 9.02 28.47 -
YUV 73.1 169.14 88.7 -
System Red Green Blue C M Y K H S L
Decimal 18 87 146 0.88 0.40 0 0.43 207.66 0.78 0.32
Hex 12 57 92 58 28 0 2B D0 4E 20
Octal 22 127 222 130 50 0 53 320 116 40
Binary 10010 1010111 10010010 1011000 101000 0 101011 11010000 1001110 100000

Color Harmonies of #125792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125792

Black with #125792

Text Example


Text Example

White with #125792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125792; }

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

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

background-color css

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

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

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

border-color css

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

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

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