Html Css Color HEX #135969 Blue Lagoon

📋 copy color: '#135969'

red 19 ◦ green 89 ◦ blue 105

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

Shades of Blue Lagoon #135969

Tints of Blue Lagoon #135969

RGB

 RED value IS 19 (7.81% from 255) = 8.92%

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

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

R = 8.92%
G = 41.78%
B = 49.3%

CMYK

 C value IS 0.82

 M value IS 0.15

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#135969 (or 0x135969) is known color: Blue Lagoon. HEX triplet: 13, 59 and 69. RGB value is (19,89,105). Sum of RGB (Red+Green+Blue) = 19+89+105=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 89 (35.16% from 255 or 41.78% 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 #135969 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135969 is #ECA696. Grayscale: #454545. Windows color (decimal): -15509143 or 6904083. OLE color: 6904083.

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

Color convert

RGB 19 89 105 -
CMYK 0.82 0.15 0 0.59
HSL 191.16º 0.69% 0.24% -
HSV(B) 191.16º 0.82% 0.41% -
XYZ 6.39 8.3 14.63 -
YUV 69.89 147.81 91.7 -
System Red Green Blue C M Y K H S L
Decimal 19 89 105 0.82 0.15 0 0.59 191.16 0.69 0.24
Hex 13 59 69 52 F 0 3B BF 45 18
Octal 23 131 151 122 17 0 73 277 105 30
Binary 10011 1011001 1101001 1010010 1111 0 111011 10111111 1000101 11000

Color Harmonies of #135969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135969

Black with #135969

Text Example


Text Example

White with #135969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135969; }

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

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

background-color css

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

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

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

border-color css

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

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

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