Html Css Color HEX #145869 Blue Lagoon

📋 copy color: '#145869'

red 20 ◦ green 88 ◦ blue 105

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

Shades of Blue Lagoon #145869

Tints of Blue Lagoon #145869

RGB

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

 GREEN value IS 88 (34.77% from 255) = 41.31%

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

R = 9.39%
G = 41.31%
B = 49.3%

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

#145869 (or 0x145869) is known color: Blue Lagoon. HEX triplet: 14, 58 and 69. RGB value is (20,88,105). Sum of RGB (Red+Green+Blue) = 20+88+105=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 88 (34.77% from 255 or 41.31% from 213); Blue value is 105 (41.41% from 255 or 49.30% from 213); Max value from RGB is 105 - color contains mainly: blue. Hex color #145869 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145869 is #EBA796. Grayscale: #454545. Windows color (decimal): -15443863 or 6903828. OLE color: 6903828.

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

Color convert

RGB 20 88 105 -
CMYK 0.81 0.16 0 0.59
HSL 192º 0.68% 0.25% -
HSV(B) 192º 0.81% 0.41% -
XYZ 6.33 8.15 14.6 -
YUV 69.61 147.97 92.62 -
System Red Green Blue C M Y K H S L
Decimal 20 88 105 0.81 0.16 0 0.59 192 0.68 0.25
Hex 14 58 69 51 10 0 3B C0 44 19
Octal 24 130 151 121 20 0 73 300 104 31
Binary 10100 1011000 1101001 1010001 10000 0 111011 11000000 1000100 11001

Color Harmonies of #145869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145869

Black with #145869

Text Example


Text Example

White with #145869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145869; }

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

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

background-color css

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

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

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

border-color css

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

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

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