Html Css Color HEX #135868 Blue Lagoon

📋 copy color: '#135868'

red 19 ◦ green 88 ◦ blue 104

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

Shades of Blue Lagoon #135868

Tints of Blue Lagoon #135868

RGB

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

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

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

R = 9%
G = 41.71%
B = 49.29%

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

#135868 (or 0x135868) is known color: Blue Lagoon. HEX triplet: 13, 58 and 68. RGB value is (19,88,104). Sum of RGB (Red+Green+Blue) = 19+88+104=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 88 (34.77% from 255 or 41.71% 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 #135868 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135868 is #ECA797. Grayscale: #454545. Windows color (decimal): -15509400 or 6838291. OLE color: 6838291.

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

Color convert

RGB 19 88 104 -
CMYK 0.82 0.15 0 0.59
HSL 191.29º 0.69% 0.24% -
HSV(B) 191.29º 0.82% 0.41% -
XYZ 6.26 8.12 14.33 -
YUV 69.19 147.64 92.2 -
System Red Green Blue C M Y K H S L
Decimal 19 88 104 0.82 0.15 0 0.59 191.29 0.69 0.24
Hex 13 58 68 52 F 0 3B BF 45 18
Octal 23 130 150 122 17 0 73 277 105 30
Binary 10011 1011000 1101000 1010010 1111 0 111011 10111111 1000101 11000

Color Harmonies of #135868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135868

Black with #135868

Text Example


Text Example

White with #135868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135868; }

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

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

background-color css

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

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

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

border-color css

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

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

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