Html Css Color HEX #145769 Blue Lagoon

📋 copy color: '#145769'

red 20 ◦ green 87 ◦ blue 105

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

Shades of Blue Lagoon #145769

Tints of Blue Lagoon #145769

RGB

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

 GREEN value IS 87 (34.38% from 255) = 41.04%

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

R = 9.43%
G = 41.04%
B = 49.53%

CMYK

 C value IS 0.81

 M value IS 0.17

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#145769 (or 0x145769) is known color: Blue Lagoon. HEX triplet: 14, 57 and 69. RGB value is (20,87,105). Sum of RGB (Red+Green+Blue) = 20+87+105=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 87 (34.38% from 255 or 41.04% from 212); Blue value is 105 (41.41% from 255 or 49.53% from 212); Max value from RGB is 105 - color contains mainly: blue. Hex color #145769 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145769 is #EBA896. Grayscale: #444444. Windows color (decimal): -15444119 or 6903572. OLE color: 6903572.

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

Color convert

RGB 20 87 105 -
CMYK 0.81 0.17 0 0.59
HSL 192.71º 0.68% 0.25% -
HSV(B) 192.71º 0.81% 0.41% -
XYZ 6.25 7.99 14.58 -
YUV 69.02 148.3 93.04 -
System Red Green Blue C M Y K H S L
Decimal 20 87 105 0.81 0.17 0 0.59 192.71 0.68 0.25
Hex 14 57 69 51 11 0 3B C1 44 19
Octal 24 127 151 121 21 0 73 301 104 31
Binary 10100 1010111 1101001 1010001 10001 0 111011 11000001 1000100 11001

Color Harmonies of #145769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145769

Black with #145769

Text Example


Text Example

White with #145769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145769; }

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

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

background-color css

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

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

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

border-color css

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

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

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