Html Css Color HEX #145A6C Blue Lagoon

📋 copy color: '#145A6C'

red 20 ◦ green 90 ◦ blue 108

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

Shades of Blue Lagoon #145A6C

Tints of Blue Lagoon #145A6C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 41.28%

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

R = 9.17%
G = 41.28%
B = 49.54%

CMYK

 C value IS 0.81

 M value IS 0.17

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#145A6C (or 0x145A6C) is known color: Blue Lagoon. HEX triplet: 14, 5A and 6C. RGB value is (20,90,108). Sum of RGB (Red+Green+Blue) = 20+90+108=218 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.17% from 218); Green value is 90 (35.55% from 255 or 41.28% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 108 - color contains mainly: blue. Hex color #145A6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145A6C is #EBA593. Grayscale: #464646. Windows color (decimal): -15443348 or 7100948. OLE color: 7100948.

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

Color convert

RGB 20 90 108 -
CMYK 0.81 0.17 0 0.58
HSL 192.27º 0.69% 0.25% -
HSV(B) 192.27º 0.81% 0.42% -
XYZ 6.65 8.54 15.49 -
YUV 71.12 148.81 91.54 -
System Red Green Blue C M Y K H S L
Decimal 20 90 108 0.81 0.17 0 0.58 192.27 0.69 0.25
Hex 14 5A 6C 51 11 0 3A C0 45 19
Octal 24 132 154 121 21 0 72 300 105 31
Binary 10100 1011010 1101100 1010001 10001 0 111010 11000000 1000101 11001

Color Harmonies of #145A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145A6C

Black with #145A6C

Text Example


Text Example

White with #145A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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