Html Css Color HEX #145A6A Blue Lagoon

📋 copy color: '#145A6A'

red 20 ◦ green 90 ◦ blue 106

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

Shades of Blue Lagoon #145A6A

Tints of Blue Lagoon #145A6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 49.07%

R = 9.26%
G = 41.67%
B = 49.07%

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

#145A6A (or 0x145A6A) is known color: Blue Lagoon. HEX triplet: 14, 5A and 6A. RGB value is (20,90,106). Sum of RGB (Red+Green+Blue) = 20+90+106=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 90 (35.55% from 255 or 41.67% from 216); Blue value is 106 (41.80% from 255 or 49.07% from 216); Max value from RGB is 106 - color contains mainly: blue. Hex color #145A6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145A6A is #EBA595. Grayscale: #464646. Windows color (decimal): -15443350 or 6969876. OLE color: 6969876.

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

Color convert

RGB 20 90 106 -
CMYK 0.81 0.15 0 0.58
HSL 191.16º 0.68% 0.25% -
HSV(B) 191.16º 0.81% 0.42% -
XYZ 6.55 8.5 14.93 -
YUV 70.89 147.81 91.7 -
System Red Green Blue C M Y K H S L
Decimal 20 90 106 0.81 0.15 0 0.58 191.16 0.68 0.25
Hex 14 5A 6A 51 F 0 3A BF 44 19
Octal 24 132 152 121 17 0 72 277 104 31
Binary 10100 1011010 1101010 1010001 1111 0 111010 10111111 1000100 11001

Color Harmonies of #145A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145A6A

Black with #145A6A

Text Example


Text Example

White with #145A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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