Html Css Color HEX #135C7C Orient

📋 copy color: '#135C7C'

red 19 ◦ green 92 ◦ blue 124

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

Shades of Orient #135C7C

Tints of Orient #135C7C

RGB

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

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

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

R = 8.09%
G = 39.15%
B = 52.77%

CMYK

 C value IS 0.85

 M value IS 0.26

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#135C7C (or 0x135C7C) is known color: Orient. HEX triplet: 13, 5C and 7C. RGB value is (19,92,124). Sum of RGB (Red+Green+Blue) = 19+92+124=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 92 (36.33% from 255 or 39.15% from 235); Blue value is 124 (48.83% from 255 or 52.77% from 235); Max value from RGB is 124 - color contains mainly: blue. Hex color #135C7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135C7C is #ECA383. Grayscale: #494949. Windows color (decimal): -15508356 or 8150035. OLE color: 8150035.

HSL color Cylindrical-coordinate representation of color #135C7C: hue angle of 198.29º 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 #135C7C is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 92 124 -
CMYK 0.85 0.26 0 0.51
HSL 198.29º 0.73% 0.28% -
HSV(B) 198.29º 0.85% 0.49% -
XYZ 7.73 9.25 20.45 -
YUV 73.82 156.32 88.9 -
System Red Green Blue C M Y K H S L
Decimal 19 92 124 0.85 0.26 0 0.51 198.29 0.73 0.28
Hex 13 5C 7C 55 1A 0 33 C6 49 1C
Octal 23 134 174 125 32 0 63 306 111 34
Binary 10011 1011100 1111100 1010101 11010 0 110011 11000110 1001001 11100

Color Harmonies of #135C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135C7C

Black with #135C7C

Text Example


Text Example

White with #135C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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