Html Css Color HEX #13556B Orient

📋 copy color: '#13556B'

red 19 ◦ green 85 ◦ blue 107

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

Shades of Orient #13556B

Tints of Orient #13556B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.28%

 BLUE value IS 107 (42.19% from 255) = 50.71%

R = 9%
G = 40.28%
B = 50.71%

CMYK

 C value IS 0.82

 M value IS 0.21

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#13556B (or 0x13556B) is known color: Orient. HEX triplet: 13, 55 and 6B. RGB value is (19,85,107). Sum of RGB (Red+Green+Blue) = 19+85+107=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 107 (42.19% from 255 or 50.71% from 211); Max value from RGB is 107 - color contains mainly: blue. Hex color #13556B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13556B is #ECAA94. Grayscale: #434343. Windows color (decimal): -15510165 or 7034131. OLE color: 7034131.

HSL color Cylindrical-coordinate representation of color #13556B: hue angle of 195º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13556B is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 19 85 107 -
CMYK 0.82 0.21 0 0.58
HSL 195º 0.7% 0.25% -
HSV(B) 195º 0.82% 0.42% -
XYZ 6.17 7.7 15.07 -
YUV 67.77 150.13 93.21 -
System Red Green Blue C M Y K H S L
Decimal 19 85 107 0.82 0.21 0 0.58 195 0.7 0.25
Hex 13 55 6B 52 15 0 3A C3 46 19
Octal 23 125 153 122 25 0 72 303 106 31
Binary 10011 1010101 1101011 1010010 10101 0 111010 11000011 1000110 11001

Color Harmonies of #13556B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13556B

Black with #13556B

Text Example


Text Example

White with #13556B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13556B; }

 p { color: rgb(19,85,107); }

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

background-color css

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

 a { background-color: rgb(19,85,107); }

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

border-color css

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

 span { border-color: rgb(19,85,107); }

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