Html Css Color HEX #145969 Blue Lagoon

📋 copy color: '#145969'

red 20 ◦ green 89 ◦ blue 105

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

Shades of Blue Lagoon #145969

Tints of Blue Lagoon #145969

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.59%

 BLUE value IS 105 (41.41% from 255) = 49.07%

R = 9.35%
G = 41.59%
B = 49.07%

CMYK

 C value IS 0.81

 M value IS 0.15

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#145969 (or 0x145969) is known color: Blue Lagoon. HEX triplet: 14, 59 and 69. RGB value is (20,89,105). Sum of RGB (Red+Green+Blue) = 20+89+105=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 89 (35.16% from 255 or 41.59% from 214); Blue value is 105 (41.41% from 255 or 49.07% from 214); Max value from RGB is 105 - color contains mainly: blue. Hex color #145969 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145969 is #EBA696. Grayscale: #464646. Windows color (decimal): -15443607 or 6904084. OLE color: 6904084.

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

Color convert

RGB 20 89 105 -
CMYK 0.81 0.15 0 0.59
HSL 191.29º 0.68% 0.25% -
HSV(B) 191.29º 0.81% 0.41% -
XYZ 6.41 8.31 14.63 -
YUV 70.19 147.64 92.2 -
System Red Green Blue C M Y K H S L
Decimal 20 89 105 0.81 0.15 0 0.59 191.29 0.68 0.25
Hex 14 59 69 51 F 0 3B BF 44 19
Octal 24 131 151 121 17 0 73 277 104 31
Binary 10100 1011001 1101001 1010001 1111 0 111011 10111111 1000100 11001

Color Harmonies of #145969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145969

Black with #145969

Text Example


Text Example

White with #145969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145969; }

 p { color: rgb(20,89,105); }

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

background-color css

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

 a { background-color: rgb(20,89,105); }

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

border-color css

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

 span { border-color: rgb(20,89,105); }

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