Html Css Color HEX #145862 Blue Stone

📋 copy color: '#145862'

red 20 ◦ green 88 ◦ blue 98

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

Shades of Blue Stone #145862

Tints of Blue Stone #145862

RGB

 RED value IS 20 (8.2% from 255) = 9.71%

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

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

R = 9.71%
G = 42.72%
B = 47.57%

CMYK

 C value IS 0.80

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#145862 (or 0x145862) is known color: Blue Stone. HEX triplet: 14, 58 and 62. RGB value is (20,88,98). Sum of RGB (Red+Green+Blue) = 20+88+98=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 88 (34.77% from 255 or 42.72% from 206); Blue value is 98 (38.67% from 255 or 47.57% from 206); Max value from RGB is 98 - color contains mainly: blue. Hex color #145862 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145862 is #EBA79D. Grayscale: #444444. Windows color (decimal): -15443870 or 6445076. OLE color: 6445076.

HSL color Cylindrical-coordinate representation of color #145862: hue angle of 187.69º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #145862 is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 20 88 98 -
CMYK 0.80 0.10 0 0.62
HSL 187.69º 0.66% 0.23% -
HSV(B) 187.69º 0.8% 0.38% -
XYZ 5.98 8.01 12.79 -
YUV 68.81 144.47 93.19 -
System Red Green Blue C M Y K H S L
Decimal 20 88 98 0.80 0.10 0 0.62 187.69 0.66 0.23
Hex 14 58 62 50 A 0 3E BC 42 17
Octal 24 130 142 120 12 0 76 274 102 27
Binary 10100 1011000 1100010 1010000 1010 0 111110 10111100 1000010 10111

Color Harmonies of #145862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145862

Black with #145862

Text Example


Text Example

White with #145862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145862; }

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

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

background-color css

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

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

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

border-color css

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

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

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