Html Css Color HEX #135A75 Orient

📋 copy color: '#135A75'

red 19 ◦ green 90 ◦ blue 117

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

Shades of Orient #135A75

Tints of Orient #135A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 51.77%

R = 8.41%
G = 39.82%
B = 51.77%

CMYK

 C value IS 0.84

 M value IS 0.23

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#135A75 (or 0x135A75) is known color: Orient. HEX triplet: 13, 5A and 75. RGB value is (19,90,117). Sum of RGB (Red+Green+Blue) = 19+90+117=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 90 (35.55% from 255 or 39.82% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #135A75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135A75 is #ECA58A. Grayscale: #474747. Windows color (decimal): -15508875 or 7690771. OLE color: 7690771.

HSL color Cylindrical-coordinate representation of color #135A75: hue angle of 196.53º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #135A75 is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 90 117 -
CMYK 0.84 0.23 0 0.54
HSL 196.53º 0.72% 0.27% -
HSV(B) 196.53º 0.84% 0.46% -
XYZ 7.14 8.74 18.14 -
YUV 71.85 153.48 90.3 -
System Red Green Blue C M Y K H S L
Decimal 19 90 117 0.84 0.23 0 0.54 196.53 0.72 0.27
Hex 13 5A 75 54 17 0 36 C5 48 1B
Octal 23 132 165 124 27 0 66 305 110 33
Binary 10011 1011010 1110101 1010100 10111 0 110110 11000101 1001000 11011

Color Harmonies of #135A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135A75

Black with #135A75

Text Example


Text Example

White with #135A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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