Html Css Color HEX #135365 Arapawa

📋 copy color: '#135365'

red 19 ◦ green 83 ◦ blue 101

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

Shades of Arapawa #135365

Tints of Arapawa #135365

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.89%

 BLUE value IS 101 (39.84% from 255) = 49.75%

R = 9.36%
G = 40.89%
B = 49.75%

CMYK

 C value IS 0.81

 M value IS 0.18

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#135365 (or 0x135365) is known color: Arapawa. HEX triplet: 13, 53 and 65. RGB value is (19,83,101). Sum of RGB (Red+Green+Blue) = 19+83+101=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 101 (39.84% from 255 or 49.75% from 203); Max value from RGB is 101 - color contains mainly: blue. Hex color #135365 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135365 is #ECAC9A. Grayscale: #414141. Windows color (decimal): -15510683 or 6640403. OLE color: 6640403.

HSL color Cylindrical-coordinate representation of color #135365: hue angle of 193.17º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #135365 is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 19 83 101 -
CMYK 0.81 0.18 0 0.60
HSL 193.17º 0.68% 0.24% -
HSV(B) 193.17º 0.81% 0.4% -
XYZ 5.71 7.26 13.41 -
YUV 65.92 147.8 94.54 -
System Red Green Blue C M Y K H S L
Decimal 19 83 101 0.81 0.18 0 0.60 193.17 0.68 0.24
Hex 13 53 65 51 12 0 3C C1 44 18
Octal 23 123 145 121 22 0 74 301 104 30
Binary 10011 1010011 1100101 1010001 10010 0 111100 11000001 1000100 11000

Color Harmonies of #135365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135365

Black with #135365

Text Example


Text Example

White with #135365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135365; }

 p { color: rgb(19,83,101); }

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

background-color css

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

 a { background-color: rgb(19,83,101); }

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

border-color css

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

 span { border-color: rgb(19,83,101); }

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