Html Css Color HEX #135168 Arapawa

📋 copy color: '#135168'

red 19 ◦ green 81 ◦ blue 104

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

Shades of Arapawa #135168

Tints of Arapawa #135168

RGB

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

 GREEN value IS 81 (32.03% from 255) = 39.71%

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

R = 9.31%
G = 39.71%
B = 50.98%

CMYK

 C value IS 0.82

 M value IS 0.22

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#135168 (or 0x135168) is known color: Arapawa. HEX triplet: 13, 51 and 68. RGB value is (19,81,104). Sum of RGB (Red+Green+Blue) = 19+81+104=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 104 (41.02% from 255 or 50.98% from 204); Max value from RGB is 104 - color contains mainly: blue. Hex color #135168 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135168 is #ECAE97. Grayscale: #404040. Windows color (decimal): -15511192 or 6836499. OLE color: 6836499.

HSL color Cylindrical-coordinate representation of color #135168: hue angle of 196.24º 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 #135168 is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 81 104 -
CMYK 0.82 0.22 0 0.59
HSL 196.24º 0.69% 0.24% -
HSV(B) 196.24º 0.82% 0.41% -
XYZ 5.71 7.02 14.15 -
YUV 65.08 149.96 95.13 -
System Red Green Blue C M Y K H S L
Decimal 19 81 104 0.82 0.22 0 0.59 196.24 0.69 0.24
Hex 13 51 68 52 16 0 3B C4 45 18
Octal 23 121 150 122 26 0 73 304 105 30
Binary 10011 1010001 1101000 1010010 10110 0 111011 11000100 1000101 11000

Color Harmonies of #135168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135168

Black with #135168

Text Example


Text Example

White with #135168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135168; }

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

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

background-color css

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

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

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

border-color css

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

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

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