Html Css Color HEX #135A67 Blue Stone

📋 copy color: '#135A67'

red 19 ◦ green 90 ◦ blue 103

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

Shades of Blue Stone #135A67

Tints of Blue Stone #135A67

RGB

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

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

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

R = 8.96%
G = 42.45%
B = 48.58%

CMYK

 C value IS 0.82

 M value IS 0.13

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#135A67 (or 0x135A67) is known color: Blue Stone. HEX triplet: 13, 5A and 67. RGB value is (19,90,103). Sum of RGB (Red+Green+Blue) = 19+90+103=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 90 (35.55% from 255 or 42.45% from 212); Blue value is 103 (40.62% from 255 or 48.58% from 212); Max value from RGB is 103 - color contains mainly: blue. Hex color #135A67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135A67 is #ECA598. Grayscale: #464646. Windows color (decimal): -15508889 or 6773267. OLE color: 6773267.

HSL color Cylindrical-coordinate representation of color #135A67: hue angle of 189.29º 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 #135A67 is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 19 90 103 -
CMYK 0.82 0.13 0 0.60
HSL 189.29º 0.69% 0.24% -
HSV(B) 189.29º 0.82% 0.4% -
XYZ 6.37 8.43 14.12 -
YUV 70.25 146.48 91.44 -
System Red Green Blue C M Y K H S L
Decimal 19 90 103 0.82 0.13 0 0.60 189.29 0.69 0.24
Hex 13 5A 67 52 D 0 3C BD 45 18
Octal 23 132 147 122 15 0 74 275 105 30
Binary 10011 1011010 1100111 1010010 1101 0 111100 10111101 1000101 11000

Color Harmonies of #135A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135A67

Black with #135A67

Text Example


Text Example

White with #135A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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