Html Css Color HEX #125458 Blue Stone

📋 copy color: '#125458'

red 18 ◦ green 84 ◦ blue 88

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

Shades of Blue Stone #125458

Tints of Blue Stone #125458

RGB

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

 GREEN value IS 84 (33.2% from 255) = 44.21%

 BLUE value IS 88 (34.77% from 255) = 46.32%

R = 9.47%
G = 44.21%
B = 46.32%

CMYK

 C value IS 0.80

 M value IS 0.05

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#125458 (or 0x125458) is known color: Blue Stone. HEX triplet: 12, 54 and 58. RGB value is (18,84,88). Sum of RGB (Red+Green+Blue) = 18+84+88=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 88 (34.77% from 255 or 46.32% from 190); Max value from RGB is 88 - color contains mainly: blue. Hex color #125458 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125458 is #EDABA7. Grayscale: #404040. Windows color (decimal): -15575976 or 5788690. OLE color: 5788690.

HSL color Cylindrical-coordinate representation of color #125458: hue angle of 183.43º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125458 is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 84 88 -
CMYK 0.80 0.05 0 0.65
HSL 183.43º 0.66% 0.21% -
HSV(B) 183.43º 0.8% 0.35% -
XYZ 5.18 7.17 10.34 -
YUV 64.72 141.13 94.67 -
System Red Green Blue C M Y K H S L
Decimal 18 84 88 0.80 0.05 0 0.65 183.43 0.66 0.21
Hex 12 54 58 50 5 0 41 B7 42 15
Octal 22 124 130 120 5 0 101 267 102 25
Binary 10010 1010100 1011000 1010000 101 0 1000001 10110111 1000010 10101

Color Harmonies of #125458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125458

Black with #125458

Text Example


Text Example

White with #125458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125458; }

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

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

background-color css

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

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

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

border-color css

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

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

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