Html Css Color HEX #135072 Orient

📋 copy color: '#135072'

red 19 ◦ green 80 ◦ blue 114

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

Shades of Orient #135072

Tints of Orient #135072

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.56%

 BLUE value IS 114 (44.92% from 255) = 53.52%

R = 8.92%
G = 37.56%
B = 53.52%

CMYK

 C value IS 0.83

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#135072 (or 0x135072) is known color: Orient. HEX triplet: 13, 50 and 72. RGB value is (19,80,114). Sum of RGB (Red+Green+Blue) = 19+80+114=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #135072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135072 is #ECAF8D. Grayscale: #414141. Windows color (decimal): -15511438 or 7491603. OLE color: 7491603.

HSL color Cylindrical-coordinate representation of color #135072: hue angle of 201.47º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #135072 is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 80 114 -
CMYK 0.83 0.30 0 0.55
HSL 201.47º 0.71% 0.26% -
HSV(B) 201.47º 0.83% 0.45% -
XYZ 6.17 7.09 16.96 -
YUV 65.64 155.29 94.74 -
System Red Green Blue C M Y K H S L
Decimal 19 80 114 0.83 0.30 0 0.55 201.47 0.71 0.26
Hex 13 50 72 53 1E 0 37 C9 47 1A
Octal 23 120 162 123 36 0 67 311 107 32
Binary 10011 1010000 1110010 1010011 11110 0 110111 11001001 1000111 11010

Color Harmonies of #135072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135072

Black with #135072

Text Example


Text Example

White with #135072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135072; }

 p { color: rgb(19,80,114); }

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

background-color css

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

 a { background-color: rgb(19,80,114); }

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

border-color css

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

 span { border-color: rgb(19,80,114); }

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