Html Css Color HEX #13627F Allports

📋 copy color: '#13627F'

red 19 ◦ green 98 ◦ blue 127

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

Shades of Allports #13627F

Tints of Allports #13627F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.16%

 BLUE value IS 127 (50% from 255) = 52.05%

R = 7.79%
G = 40.16%
B = 52.05%

CMYK

 C value IS 0.85

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#13627F (or 0x13627F) is known color: Allports. HEX triplet: 13, 62 and 7F. RGB value is (19,98,127). Sum of RGB (Red+Green+Blue) = 19+98+127=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 98 (38.67% from 255 or 40.16% from 244); Blue value is 127 (50% from 255 or 52.05% from 244); Max value from RGB is 127 - color contains mainly: blue. Hex color #13627F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13627F is #EC9D80. Grayscale: #4D4D4D. Windows color (decimal): -15506817 or 8348179. OLE color: 8348179.

HSL color Cylindrical-coordinate representation of color #13627F: hue angle of 196.11º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13627F is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 98 127 -
CMYK 0.85 0.23 0 0.50
HSL 196.11º 0.74% 0.29% -
HSV(B) 196.11º 0.85% 0.5% -
XYZ 8.47 10.41 21.64 -
YUV 77.69 155.83 86.14 -
System Red Green Blue C M Y K H S L
Decimal 19 98 127 0.85 0.23 0 0.50 196.11 0.74 0.29
Hex 13 62 7F 55 17 0 32 C4 4A 1D
Octal 23 142 177 125 27 0 62 304 112 35
Binary 10011 1100010 1111111 1010101 10111 0 110010 11000100 1001010 11101

Color Harmonies of #13627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13627F

Black with #13627F

Text Example


Text Example

White with #13627F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13627F; }

 p { color: rgb(19,98,127); }

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

background-color css

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

 a { background-color: rgb(19,98,127); }

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

border-color css

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

 span { border-color: rgb(19,98,127); }

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