Html Css Color HEX #135A7C Orient

📋 copy color: '#135A7C'

red 19 ◦ green 90 ◦ blue 124

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

Shades of Orient #135A7C

Tints of Orient #135A7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 53.22%

R = 8.15%
G = 38.63%
B = 53.22%

CMYK

 C value IS 0.85

 M value IS 0.27

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#135A7C (or 0x135A7C) is known color: Orient. HEX triplet: 13, 5A and 7C. RGB value is (19,90,124). Sum of RGB (Red+Green+Blue) = 19+90+124=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 90 (35.55% from 255 or 38.63% from 233); Blue value is 124 (48.83% from 255 or 53.22% from 233); Max value from RGB is 124 - color contains mainly: blue. Hex color #135A7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135A7C is #ECA583. Grayscale: #484848. Windows color (decimal): -15508868 or 8149523. OLE color: 8149523.

HSL color Cylindrical-coordinate representation of color #135A7C: hue angle of 199.43º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #135A7C is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 90 124 -
CMYK 0.85 0.27 0 0.51
HSL 199.43º 0.73% 0.28% -
HSV(B) 199.43º 0.85% 0.49% -
XYZ 7.56 8.91 20.39 -
YUV 72.65 156.98 89.74 -
System Red Green Blue C M Y K H S L
Decimal 19 90 124 0.85 0.27 0 0.51 199.43 0.73 0.28
Hex 13 5A 7C 55 1B 0 33 C7 49 1C
Octal 23 132 174 125 33 0 63 307 111 34
Binary 10011 1011010 1111100 1010101 11011 0 110011 11000111 1001001 11100

Color Harmonies of #135A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135A7C

Black with #135A7C

Text Example


Text Example

White with #135A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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