Html Css Color HEX #145C6C Blue Lagoon

📋 copy color: '#145C6C'

red 20 ◦ green 92 ◦ blue 108

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

Shades of Blue Lagoon #145C6C

Tints of Blue Lagoon #145C6C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 41.82%

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

R = 9.09%
G = 41.82%
B = 49.09%

CMYK

 C value IS 0.81

 M value IS 0.15

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#145C6C (or 0x145C6C) is known color: Blue Lagoon. HEX triplet: 14, 5C and 6C. RGB value is (20,92,108). Sum of RGB (Red+Green+Blue) = 20+92+108=220 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.09% from 220); Green value is 92 (36.33% from 255 or 41.82% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 108 - color contains mainly: blue. Hex color #145C6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145C6C is #EBA393. Grayscale: #484848. Windows color (decimal): -15442836 or 7101460. OLE color: 7101460.

HSL color Cylindrical-coordinate representation of color #145C6C: hue angle of 190.91º 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 #145C6C is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 20 92 108 -
CMYK 0.81 0.15 0 0.58
HSL 190.91º 0.69% 0.25% -
HSV(B) 190.91º 0.81% 0.42% -
XYZ 6.82 8.89 15.54 -
YUV 72.3 148.15 90.7 -
System Red Green Blue C M Y K H S L
Decimal 20 92 108 0.81 0.15 0 0.58 190.91 0.69 0.25
Hex 14 5C 6C 51 F 0 3A BF 45 19
Octal 24 134 154 121 17 0 72 277 105 31
Binary 10100 1011100 1101100 1010001 1111 0 111010 10111111 1000101 11001

Color Harmonies of #145C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145C6C

Black with #145C6C

Text Example


Text Example

White with #145C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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