Html Css Color HEX #145768 Blue Lagoon

📋 copy color: '#145768'

red 20 ◦ green 87 ◦ blue 104

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

Shades of Blue Lagoon #145768

Tints of Blue Lagoon #145768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 49.29%

R = 9.48%
G = 41.23%
B = 49.29%

CMYK

 C value IS 0.81

 M value IS 0.16

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#145768 (or 0x145768) is known color: Blue Lagoon. HEX triplet: 14, 57 and 68. RGB value is (20,87,104). Sum of RGB (Red+Green+Blue) = 20+87+104=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 87 (34.38% from 255 or 41.23% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: blue. Hex color #145768 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145768 is #EBA897. Grayscale: #444444. Windows color (decimal): -15444120 or 6838036. OLE color: 6838036.

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

Color convert

RGB 20 87 104 -
CMYK 0.81 0.16 0 0.59
HSL 192.14º 0.68% 0.24% -
HSV(B) 192.14º 0.81% 0.41% -
XYZ 6.2 7.96 14.31 -
YUV 68.91 147.8 93.12 -
System Red Green Blue C M Y K H S L
Decimal 20 87 104 0.81 0.16 0 0.59 192.14 0.68 0.24
Hex 14 57 68 51 10 0 3B C0 44 18
Octal 24 127 150 121 20 0 73 300 104 30
Binary 10100 1010111 1101000 1010001 10000 0 111011 11000000 1000100 11000

Color Harmonies of #145768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145768

Black with #145768

Text Example


Text Example

White with #145768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145768; }

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

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

background-color css

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

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

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

border-color css

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

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

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