Html Css Color HEX #125762 Blue Stone

📋 copy color: '#125762'

red 18 ◦ green 87 ◦ blue 98

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

Shades of Blue Stone #125762

Tints of Blue Stone #125762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 48.28%

R = 8.87%
G = 42.86%
B = 48.28%

CMYK

 C value IS 0.82

 M value IS 0.11

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#125762 (or 0x125762) is known color: Blue Stone. HEX triplet: 12, 57 and 62. RGB value is (18,87,98). Sum of RGB (Red+Green+Blue) = 18+87+98=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 87 (34.38% from 255 or 42.86% from 203); Blue value is 98 (38.67% from 255 or 48.28% from 203); Max value from RGB is 98 - color contains mainly: blue. Hex color #125762 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125762 is #EDA89D. Grayscale: #434343. Windows color (decimal): -15575198 or 6444818. OLE color: 6444818.

HSL color Cylindrical-coordinate representation of color #125762: hue angle of 188.25º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #125762 is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 87 98 -
CMYK 0.82 0.11 0 0.62
HSL 188.25º 0.69% 0.23% -
HSV(B) 188.25º 0.82% 0.38% -
XYZ 5.86 7.83 12.76 -
YUV 67.62 145.14 92.61 -
System Red Green Blue C M Y K H S L
Decimal 18 87 98 0.82 0.11 0 0.62 188.25 0.69 0.23
Hex 12 57 62 52 B 0 3E BC 45 17
Octal 22 127 142 122 13 0 76 274 105 27
Binary 10010 1010111 1100010 1010010 1011 0 111110 10111100 1000101 10111

Color Harmonies of #125762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125762

Black with #125762

Text Example


Text Example

White with #125762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125762; }

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

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

background-color css

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

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

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

border-color css

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

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

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