Html Css Color HEX #135C7D Orient

📋 copy color: '#135C7D'

red 19 ◦ green 92 ◦ blue 125

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

Shades of Orient #135C7D

Tints of Orient #135C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 52.97%

R = 8.05%
G = 38.98%
B = 52.97%

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

#135C7D (or 0x135C7D) is known color: Orient. HEX triplet: 13, 5C and 7D. RGB value is (19,92,125). Sum of RGB (Red+Green+Blue) = 19+92+125=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 92 (36.33% from 255 or 38.98% from 236); Blue value is 125 (49.22% from 255 or 52.97% from 236); Max value from RGB is 125 - color contains mainly: blue. Hex color #135C7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135C7D is #ECA382. Grayscale: #494949. Windows color (decimal): -15508355 or 8215571. OLE color: 8215571.

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

Color convert

RGB 19 92 125 -
CMYK 0.85 0.26 0 0.51
HSL 198.68º 0.74% 0.28% -
HSV(B) 198.68º 0.85% 0.49% -
XYZ 7.8 9.27 20.78 -
YUV 73.94 156.82 88.82 -
System Red Green Blue C M Y K H S L
Decimal 19 92 125 0.85 0.26 0 0.51 198.68 0.74 0.28
Hex 13 5C 7D 55 1A 0 33 C7 4A 1C
Octal 23 134 175 125 32 0 63 307 112 34
Binary 10011 1011100 1111101 1010101 11010 0 110011 11000111 1001010 11100

Color Harmonies of #135C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135C7D

Black with #135C7D

Text Example


Text Example

White with #135C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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