Html Css Color HEX #13526D Orient

📋 copy color: '#13526D'

red 19 ◦ green 82 ◦ blue 109

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

Shades of Orient #13526D

Tints of Orient #13526D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 39.05%

 BLUE value IS 109 (42.97% from 255) = 51.9%

R = 9.05%
G = 39.05%
B = 51.9%

CMYK

 C value IS 0.83

 M value IS 0.25

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#13526D (or 0x13526D) is known color: Orient. HEX triplet: 13, 52 and 6D. RGB value is (19,82,109). Sum of RGB (Red+Green+Blue) = 19+82+109=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 82 (32.42% from 255 or 39.05% from 210); Blue value is 109 (42.97% from 255 or 51.90% from 210); Max value from RGB is 109 - color contains mainly: blue. Hex color #13526D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13526D is #ECAD92. Grayscale: #424242. Windows color (decimal): -15510931 or 7164435. OLE color: 7164435.

HSL color Cylindrical-coordinate representation of color #13526D: hue angle of 198º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13526D is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 19 82 109 -
CMYK 0.83 0.25 0 0.57
HSL 198º 0.7% 0.25% -
HSV(B) 198º 0.83% 0.43% -
XYZ 6.05 7.28 15.55 -
YUV 66.24 152.13 94.3 -
System Red Green Blue C M Y K H S L
Decimal 19 82 109 0.83 0.25 0 0.57 198 0.7 0.25
Hex 13 52 6D 53 19 0 39 C6 46 19
Octal 23 122 155 123 31 0 71 306 106 31
Binary 10011 1010010 1101101 1010011 11001 0 111001 11000110 1000110 11001

Color Harmonies of #13526D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13526D

Black with #13526D

Text Example


Text Example

White with #13526D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13526D; }

 p { color: rgb(19,82,109); }

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

background-color css

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

 a { background-color: rgb(19,82,109); }

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

border-color css

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

 span { border-color: rgb(19,82,109); }

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