Html Css Color HEX #12565A Blue Stone

📋 copy color: '#12565A'

red 18 ◦ green 86 ◦ blue 90

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

Shades of Blue Stone #12565A

Tints of Blue Stone #12565A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 46.39%

R = 9.28%
G = 44.33%
B = 46.39%

CMYK

 C value IS 0.80

 M value IS 0.04

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#12565A (or 0x12565A) is known color: Blue Stone. HEX triplet: 12, 56 and 5A. RGB value is (18,86,90). Sum of RGB (Red+Green+Blue) = 18+86+90=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 86 (33.98% from 255 or 44.33% from 194); Blue value is 90 (35.55% from 255 or 46.39% from 194); Max value from RGB is 90 - color contains mainly: blue. Hex color #12565A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12565A is #EDA9A5. Grayscale: #424242. Windows color (decimal): -15575462 or 5920274. OLE color: 5920274.

HSL color Cylindrical-coordinate representation of color #12565A: hue angle of 183.33º degrees, saturation: 0.67, 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 #12565A is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 86 90 -
CMYK 0.80 0.04 0 0.65
HSL 183.33º 0.67% 0.21% -
HSV(B) 183.33º 0.8% 0.35% -
XYZ 5.42 7.52 10.84 -
YUV 66.12 141.47 93.67 -
System Red Green Blue C M Y K H S L
Decimal 18 86 90 0.80 0.04 0 0.65 183.33 0.67 0.21
Hex 12 56 5A 50 4 0 41 B7 43 15
Octal 22 126 132 120 4 0 101 267 103 25
Binary 10010 1010110 1011010 1010000 100 0 1000001 10110111 1000011 10101

Color Harmonies of #12565A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12565A

Black with #12565A

Text Example


Text Example

White with #12565A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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