Html Css Color HEX #145E6C Blue Lagoon

📋 copy color: '#145E6C'

red 20 ◦ green 94 ◦ blue 108

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

Shades of Blue Lagoon #145E6C

Tints of Blue Lagoon #145E6C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 42.34%

 BLUE value IS 108 (42.58% from 255) = 48.65%

R = 9.01%
G = 42.34%
B = 48.65%

CMYK

 C value IS 0.81

 M value IS 0.13

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#145E6C (or 0x145E6C) is known color: Blue Lagoon. HEX triplet: 14, 5E and 6C. RGB value is (20,94,108). Sum of RGB (Red+Green+Blue) = 20+94+108=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 94 (37.11% from 255 or 42.34% from 222); Blue value is 108 (42.58% from 255 or 48.65% from 222); Max value from RGB is 108 - color contains mainly: blue. Hex color #145E6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145E6C is #EBA193. Grayscale: #494949. Windows color (decimal): -15442324 or 7101972. OLE color: 7101972.

HSL color Cylindrical-coordinate representation of color #145E6C: hue angle of 189.55º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #145E6C is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 20 94 108 -
CMYK 0.81 0.13 0 0.58
HSL 189.55º 0.69% 0.25% -
HSV(B) 189.55º 0.81% 0.42% -
XYZ 7 9.24 15.6 -
YUV 73.47 147.48 89.86 -
System Red Green Blue C M Y K H S L
Decimal 20 94 108 0.81 0.13 0 0.58 189.55 0.69 0.25
Hex 14 5E 6C 51 D 0 3A BE 45 19
Octal 24 136 154 121 15 0 72 276 105 31
Binary 10100 1011110 1101100 1010001 1101 0 111010 10111110 1000101 11001

Color Harmonies of #145E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145E6C

Black with #145E6C

Text Example


Text Example

White with #145E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,94,108); }

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

background-color css

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

 a { background-color: rgb(20,94,108); }

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

border-color css

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

 span { border-color: rgb(20,94,108); }

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