Html Css Color HEX #12565F Blue Stone

📋 copy color: '#12565F'

red 18 ◦ green 86 ◦ blue 95

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

Shades of Blue Stone #12565F

Tints of Blue Stone #12565F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 43.22%

 BLUE value IS 95 (37.5% from 255) = 47.74%

R = 9.05%
G = 43.22%
B = 47.74%

CMYK

 C value IS 0.81

 M value IS 0.09

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#12565F (or 0x12565F) is known color: Blue Stone. HEX triplet: 12, 56 and 5F. RGB value is (18,86,95). Sum of RGB (Red+Green+Blue) = 18+86+95=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 86 (33.98% from 255 or 43.22% from 199); Blue value is 95 (37.5% from 255 or 47.74% from 199); Max value from RGB is 95 - color contains mainly: blue. Hex color #12565F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12565F is #EDA9A0. Grayscale: #424242. Windows color (decimal): -15575457 or 6247954. OLE color: 6247954.

HSL color Cylindrical-coordinate representation of color #12565F: hue angle of 187.01º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12565F is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 18 86 95 -
CMYK 0.81 0.09 0 0.63
HSL 187.01º 0.68% 0.22% -
HSV(B) 187.01º 0.81% 0.37% -
XYZ 5.64 7.61 12 -
YUV 66.69 143.97 93.27 -
System Red Green Blue C M Y K H S L
Decimal 18 86 95 0.81 0.09 0 0.63 187.01 0.68 0.22
Hex 12 56 5F 51 9 0 3F BB 44 16
Octal 22 126 137 121 11 0 77 273 104 26
Binary 10010 1010110 1011111 1010001 1001 0 111111 10111011 1000100 10110

Color Harmonies of #12565F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12565F

Black with #12565F

Text Example


Text Example

White with #12565F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12565F; }

 p { color: rgb(18,86,95); }

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

background-color css

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

 a { background-color: rgb(18,86,95); }

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

border-color css

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

 span { border-color: rgb(18,86,95); }

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