Html Css Color HEX #13506A Arapawa

📋 copy color: '#13506A'

red 19 ◦ green 80 ◦ blue 106

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

Shades of Arapawa #13506A

Tints of Arapawa #13506A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 51.71%

R = 9.27%
G = 39.02%
B = 51.71%

CMYK

 C value IS 0.82

 M value IS 0.25

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#13506A (or 0x13506A) is known color: Arapawa. HEX triplet: 13, 50 and 6A. RGB value is (19,80,106). Sum of RGB (Red+Green+Blue) = 19+80+106=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 106 (41.80% from 255 or 51.71% from 205); Max value from RGB is 106 - color contains mainly: blue. Hex color #13506A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13506A is #ECAF95. Grayscale: #404040. Windows color (decimal): -15511446 or 6967315. OLE color: 6967315.

HSL color Cylindrical-coordinate representation of color #13506A: hue angle of 197.93º 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 #13506A is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 19 80 106 -
CMYK 0.82 0.25 0 0.58
HSL 197.93º 0.7% 0.25% -
HSV(B) 197.93º 0.82% 0.42% -
XYZ 5.74 6.92 14.67 -
YUV 64.73 151.29 95.39 -
System Red Green Blue C M Y K H S L
Decimal 19 80 106 0.82 0.25 0 0.58 197.93 0.7 0.25
Hex 13 50 6A 52 19 0 3A C6 46 19
Octal 23 120 152 122 31 0 72 306 106 31
Binary 10011 1010000 1101010 1010010 11001 0 111010 11000110 1000110 11001

Color Harmonies of #13506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13506A

Black with #13506A

Text Example


Text Example

White with #13506A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13506A; }

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

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

background-color css

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

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

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

border-color css

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

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

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