Html Css Color HEX #135A6D Blue Lagoon

📋 copy color: '#135A6D'

red 19 ◦ green 90 ◦ blue 109

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

Shades of Blue Lagoon #135A6D

Tints of Blue Lagoon #135A6D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 41.28%

 BLUE value IS 109 (42.97% from 255) = 50%

R = 8.72%
G = 41.28%
B = 50%

CMYK

 C value IS 0.83

 M value IS 0.17

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#135A6D (or 0x135A6D) is known color: Blue Lagoon. HEX triplet: 13, 5A and 6D. RGB value is (19,90,109). Sum of RGB (Red+Green+Blue) = 19+90+109=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 90 (35.55% from 255 or 41.28% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #135A6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135A6D is #ECA592. Grayscale: #464646. Windows color (decimal): -15508883 or 7166483. OLE color: 7166483.

HSL color Cylindrical-coordinate representation of color #135A6D: hue angle of 192.67º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #135A6D is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 19 90 109 -
CMYK 0.83 0.17 0 0.57
HSL 192.67º 0.7% 0.25% -
HSV(B) 192.67º 0.83% 0.43% -
XYZ 6.69 8.55 15.77 -
YUV 70.94 149.48 90.96 -
System Red Green Blue C M Y K H S L
Decimal 19 90 109 0.83 0.17 0 0.57 192.67 0.7 0.25
Hex 13 5A 6D 53 11 0 39 C1 46 19
Octal 23 132 155 123 21 0 71 301 106 31
Binary 10011 1011010 1101101 1010011 10001 0 111001 11000001 1000110 11001

Color Harmonies of #135A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135A6D

Black with #135A6D

Text Example


Text Example

White with #135A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135A6D; }

 p { color: rgb(19,90,109); }

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

background-color css

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

 a { background-color: rgb(19,90,109); }

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

border-color css

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

 span { border-color: rgb(19,90,109); }

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