Html Css Color HEX #135466 Blue Lagoon

📋 copy color: '#135466'

red 19 ◦ green 84 ◦ blue 102

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

Shades of Blue Lagoon #135466

Tints of Blue Lagoon #135466

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.98%

 BLUE value IS 102 (40.23% from 255) = 49.76%

R = 9.27%
G = 40.98%
B = 49.76%

CMYK

 C value IS 0.81

 M value IS 0.18

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#135466 (or 0x135466) is known color: Blue Lagoon. HEX triplet: 13, 54 and 66. RGB value is (19,84,102). Sum of RGB (Red+Green+Blue) = 19+84+102=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 102 (40.23% from 255 or 49.76% from 205); Max value from RGB is 102 - color contains mainly: blue. Hex color #135466 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135466 is #ECAB99. Grayscale: #424242. Windows color (decimal): -15510426 or 6706195. OLE color: 6706195.

HSL color Cylindrical-coordinate representation of color #135466: hue angle of 193.01º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #135466 is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 19 84 102 -
CMYK 0.81 0.18 0 0.6
HSL 193.01º 0.69% 0.24% -
HSV(B) 193.01º 0.81% 0.4% -
XYZ 5.84 7.44 13.7 -
YUV 66.62 147.97 94.04 -
System Red Green Blue C M Y K H S L
Decimal 19 84 102 0.81 0.18 0 0.6 193.01 0.69 0.24
Hex 13 54 66 51 12 0 3C C1 45 18
Octal 23 124 146 121 22 0 74 301 105 30
Binary 10011 1010100 1100110 1010001 10010 0 111100 11000001 1000101 11000

Color Harmonies of #135466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135466

Black with #135466

Text Example


Text Example

White with #135466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135466; }

 p { color: rgb(19,84,102); }

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

background-color css

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

 a { background-color: rgb(19,84,102); }

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

border-color css

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

 span { border-color: rgb(19,84,102); }

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