Html Css Color HEX #135C70 Blue Lagoon

📋 copy color: '#135C70'

red 19 ◦ green 92 ◦ blue 112

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

Shades of Blue Lagoon #135C70

Tints of Blue Lagoon #135C70

RGB

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

 GREEN value IS 92 (36.33% from 255) = 41.26%

 BLUE value IS 112 (44.14% from 255) = 50.22%

R = 8.52%
G = 41.26%
B = 50.22%

CMYK

 C value IS 0.83

 M value IS 0.18

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#135C70 (or 0x135C70) is known color: Blue Lagoon. HEX triplet: 13, 5C and 70. RGB value is (19,92,112). Sum of RGB (Red+Green+Blue) = 19+92+112=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 92 (36.33% from 255 or 41.26% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #135C70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135C70 is #ECA38F. Grayscale: #484848. Windows color (decimal): -15508368 or 7363603. OLE color: 7363603.

HSL color Cylindrical-coordinate representation of color #135C70: hue angle of 192.9º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #135C70 is Cyan = 0.83, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 92 112 -
CMYK 0.83 0.18 0 0.56
HSL 192.9º 0.71% 0.26% -
HSV(B) 192.9º 0.83% 0.44% -
XYZ 7.02 8.96 16.69 -
YUV 72.45 150.32 89.87 -
System Red Green Blue C M Y K H S L
Decimal 19 92 112 0.83 0.18 0 0.56 192.9 0.71 0.26
Hex 13 5C 70 53 12 0 38 C1 47 1A
Octal 23 134 160 123 22 0 70 301 107 32
Binary 10011 1011100 1110000 1010011 10010 0 111000 11000001 1000111 11010

Color Harmonies of #135C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135C70

Black with #135C70

Text Example


Text Example

White with #135C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,92,112); }

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

background-color css

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

 a { background-color: rgb(19,92,112); }

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

border-color css

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

 span { border-color: rgb(19,92,112); }

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