Html Css Color HEX #135667 Blue Lagoon

📋 copy color: '#135667'

red 19 ◦ green 86 ◦ blue 103

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

Shades of Blue Lagoon #135667

Tints of Blue Lagoon #135667

RGB

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

 GREEN value IS 86 (33.98% from 255) = 41.35%

 BLUE value IS 103 (40.63% from 255) = 49.52%

R = 9.13%
G = 41.35%
B = 49.52%

CMYK

 C value IS 0.82

 M value IS 0.17

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#135667 (or 0x135667) is known color: Blue Lagoon. HEX triplet: 13, 56 and 67. RGB value is (19,86,103). Sum of RGB (Red+Green+Blue) = 19+86+103=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 86 (33.98% from 255 or 41.35% from 208); Blue value is 103 (40.62% from 255 or 49.52% from 208); Max value from RGB is 103 - color contains mainly: blue. Hex color #135667 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135667 is #ECA998. Grayscale: #434343. Windows color (decimal): -15509913 or 6772243. OLE color: 6772243.

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

Color convert

RGB 19 86 103 -
CMYK 0.82 0.17 0 0.60
HSL 192.14º 0.69% 0.24% -
HSV(B) 192.14º 0.82% 0.4% -
XYZ 6.04 7.77 14.01 -
YUV 67.91 147.8 93.12 -
System Red Green Blue C M Y K H S L
Decimal 19 86 103 0.82 0.17 0 0.60 192.14 0.69 0.24
Hex 13 56 67 52 11 0 3C C0 45 18
Octal 23 126 147 122 21 0 74 300 105 30
Binary 10011 1010110 1100111 1010010 10001 0 111100 11000000 1000101 11000

Color Harmonies of #135667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135667

Black with #135667

Text Example


Text Example

White with #135667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135667; }

 p { color: rgb(19,86,103); }

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

background-color css

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

 a { background-color: rgb(19,86,103); }

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

border-color css

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

 span { border-color: rgb(19,86,103); }

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