Html Css Color HEX #135869 Blue Lagoon

📋 copy color: '#135869'

red 19 ◦ green 88 ◦ blue 105

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

Shades of Blue Lagoon #135869

Tints of Blue Lagoon #135869

RGB

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

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

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

R = 8.96%
G = 41.51%
B = 49.53%

CMYK

 C value IS 0.82

 M value IS 0.16

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#135869 (or 0x135869) is known color: Blue Lagoon. HEX triplet: 13, 58 and 69. RGB value is (19,88,105). Sum of RGB (Red+Green+Blue) = 19+88+105=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 88 (34.77% from 255 or 41.51% 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 #135869 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135869 is #ECA796. Grayscale: #454545. Windows color (decimal): -15509399 or 6903827. OLE color: 6903827.

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

Color convert

RGB 19 88 105 -
CMYK 0.82 0.16 0 0.59
HSL 191.86º 0.69% 0.24% -
HSV(B) 191.86º 0.82% 0.41% -
XYZ 6.31 8.14 14.6 -
YUV 69.31 148.14 92.12 -
System Red Green Blue C M Y K H S L
Decimal 19 88 105 0.82 0.16 0 0.59 191.86 0.69 0.24
Hex 13 58 69 52 10 0 3B C0 45 18
Octal 23 130 151 122 20 0 73 300 105 30
Binary 10011 1011000 1101001 1010010 10000 0 111011 11000000 1000101 11000

Color Harmonies of #135869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135869

Black with #135869

Text Example


Text Example

White with #135869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135869; }

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

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

background-color css

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

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

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

border-color css

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

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

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