Html Css Color HEX #135268 Arapawa

📋 copy color: '#135268'

red 19 ◦ green 82 ◦ blue 104

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

Shades of Arapawa #135268

Tints of Arapawa #135268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 50.73%

R = 9.27%
G = 40%
B = 50.73%

CMYK

 C value IS 0.82

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#135268 (or 0x135268) is known color: Arapawa. HEX triplet: 13, 52 and 68. RGB value is (19,82,104). Sum of RGB (Red+Green+Blue) = 19+82+104=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #135268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135268 is #ECAD97. Grayscale: #414141. Windows color (decimal): -15510936 or 6836755. OLE color: 6836755.

HSL color Cylindrical-coordinate representation of color #135268: hue angle of 195.53º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #135268 is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 82 104 -
CMYK 0.82 0.21 0 0.59
HSL 195.53º 0.69% 0.24% -
HSV(B) 195.53º 0.82% 0.41% -
XYZ 5.78 7.17 14.18 -
YUV 65.67 149.63 94.71 -
System Red Green Blue C M Y K H S L
Decimal 19 82 104 0.82 0.21 0 0.59 195.53 0.69 0.24
Hex 13 52 68 52 15 0 3B C4 45 18
Octal 23 122 150 122 25 0 73 304 105 30
Binary 10011 1010010 1101000 1010010 10101 0 111011 11000100 1000101 11000

Color Harmonies of #135268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135268

Black with #135268

Text Example


Text Example

White with #135268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135268; }

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

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

background-color css

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

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

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

border-color css

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

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

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