#135366

Color #135366 Arapawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arapawa #135366

Tints of Arapawa #135366

Color information

#135366 (or 0x135366) is unknown color: approx Arapawa. HEX triplet: 13, 53 and 66. RGB value is (19,83,102). Sum of RGB (Red+Green+Blue) = 19+83+102=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 102 (40.23% from 255 or 50% from 204); Max value from RGB is 102 - color contains mainly: blue. Hex color #135366 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135366 is #ECAC99. Grayscale: #414141. Windows color (decimal): -15510682 or 6705939. OLE color: 6705939.

HSL color Cylindrical-coordinate representation of color #135366: hue angle of 193.73º degrees, saturation: 0.69, 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 #135366 is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1983102-
CMYK0.810.1900.6
HSL193.73º68.6%23.73%-
HSV(B)193.73º81.37%40%-
XYZ5.767.2813.67-
YUV66.03148.394.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.31%
GREEN value IS 83 (32.81% from 255) = 40.69%
BLUE value IS 102 (40.23% from 255) = 50%
R=9.31%
G=40.69%
B=50%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal19831020.810.1900.6193.7368.623.73
Hex135366511303Cc24518
Octal231231461212307430210530
Binary1001110100111100110101000110011011110011000010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135366; }

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

 H1.HeaderClassName
 {
   color: #135366;
 }
 .AnyTagClassName
 {
   color: #135366;
 }
</style>
background-color css

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

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

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

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

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

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