Html Css Color HEX #145F68 Blue Stone

📋 copy color: '#145F68'

red 20 ◦ green 95 ◦ blue 104

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

Shades of Blue Stone #145F68

Tints of Blue Stone #145F68

RGB

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

 GREEN value IS 95 (37.5% from 255) = 43.38%

 BLUE value IS 104 (41.02% from 255) = 47.49%

R = 9.13%
G = 43.38%
B = 47.49%

CMYK

 C value IS 0.81

 M value IS 0.09

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#145F68 (or 0x145F68) is known color: Blue Stone. HEX triplet: 14, 5F and 68. RGB value is (20,95,104). Sum of RGB (Red+Green+Blue) = 20+95+104=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 95 (37.5% from 255 or 43.38% from 219); Blue value is 104 (41.02% from 255 or 47.49% from 219); Max value from RGB is 104 - color contains mainly: blue. Hex color #145F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145F68 is #EBA097. Grayscale: #494949. Windows color (decimal): -15442072 or 6840084. OLE color: 6840084.

HSL color Cylindrical-coordinate representation of color #145F68: hue angle of 186.43º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #145F68 is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 95 104 -
CMYK 0.81 0.09 0 0.59
HSL 186.43º 0.68% 0.24% -
HSV(B) 186.43º 0.81% 0.41% -
XYZ 6.88 9.33 14.54 -
YUV 73.6 145.15 89.77 -
System Red Green Blue C M Y K H S L
Decimal 20 95 104 0.81 0.09 0 0.59 186.43 0.68 0.24
Hex 14 5F 68 51 9 0 3B BA 44 18
Octal 24 137 150 121 11 0 73 272 104 30
Binary 10100 1011111 1101000 1010001 1001 0 111011 10111010 1000100 11000

Color Harmonies of #145F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145F68

Black with #145F68

Text Example


Text Example

White with #145F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145F68; }

 p { color: rgb(20,95,104); }

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

background-color css

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

 a { background-color: rgb(20,95,104); }

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

border-color css

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

 span { border-color: rgb(20,95,104); }

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