Html Css Color HEX #125862 Blue Stone

📋 copy color: '#125862'

red 18 ◦ green 88 ◦ blue 98

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

Shades of Blue Stone #125862

Tints of Blue Stone #125862

RGB

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

 GREEN value IS 88 (34.77% from 255) = 43.14%

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

R = 8.82%
G = 43.14%
B = 48.04%

CMYK

 C value IS 0.82

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#125862 (or 0x125862) is known color: Blue Stone. HEX triplet: 12, 58 and 62. RGB value is (18,88,98). Sum of RGB (Red+Green+Blue) = 18+88+98=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 88 (34.77% from 255 or 43.14% from 204); Blue value is 98 (38.67% from 255 or 48.04% from 204); Max value from RGB is 98 - color contains mainly: blue. Hex color #125862 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125862 is #EDA79D. Grayscale: #444444. Windows color (decimal): -15574942 or 6445074. OLE color: 6445074.

HSL color Cylindrical-coordinate representation of color #125862: hue angle of 187.5º 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 #125862 is Cyan = 0.82, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 88 98 -
CMYK 0.82 0.10 0 0.62
HSL 187.5º 0.69% 0.23% -
HSV(B) 187.5º 0.82% 0.38% -
XYZ 5.94 7.99 12.78 -
YUV 68.21 144.81 92.19 -
System Red Green Blue C M Y K H S L
Decimal 18 88 98 0.82 0.10 0 0.62 187.5 0.69 0.23
Hex 12 58 62 52 A 0 3E BC 45 17
Octal 22 130 142 122 12 0 76 274 105 27
Binary 10010 1011000 1100010 1010010 1010 0 111110 10111100 1000101 10111

Color Harmonies of #125862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125862

Black with #125862

Text Example


Text Example

White with #125862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125862; }

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

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

background-color css

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

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

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

border-color css

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

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

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