Html Css Color HEX #12625D Blue Stone

📋 copy color: '#12625D'

red 18 ◦ green 98 ◦ blue 93

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

Shades of Blue Stone #12625D

Tints of Blue Stone #12625D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 46.89%

 BLUE value IS 93 (36.72% from 255) = 44.5%

R = 8.61%
G = 46.89%
B = 44.5%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#12625D (or 0x12625D) is known color: Blue Stone. HEX triplet: 12, 62 and 5D. RGB value is (18,98,93). Sum of RGB (Red+Green+Blue) = 18+98+93=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 98 (38.67% from 255 or 46.89% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 98 - color contains mainly: green. Hex color #12625D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12625D is #ED9DA2. Grayscale: #494949. Windows color (decimal): -15572387 or 6119954. OLE color: 6119954.

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

Color convert

RGB 18 98 93 -
CMYK 0.82 0 0.05 0.62
HSL 176.25º 0.69% 0.23% -
HSV(B) 176.25º 0.82% 0.38% -
XYZ 6.59 9.65 11.87 -
YUV 73.51 139 88.41 -
System Red Green Blue C M Y K H S L
Decimal 18 98 93 0.82 0 0.05 0.62 176.25 0.69 0.23
Hex 12 62 5D 52 0 5 3E B0 45 17
Octal 22 142 135 122 0 5 76 260 105 27
Binary 10010 1100010 1011101 1010010 0 101 111110 10110000 1000101 10111

Color Harmonies of #12625D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12625D

Black with #12625D

Text Example


Text Example

White with #12625D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12625D; }

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

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

background-color css

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

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

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

border-color css

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

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

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