#125268

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

Shades of Arapawa #125268

Tints of Arapawa #125268

Color information

#125268 (or 0x125268) is unknown color: approx Arapawa. HEX triplet: 12, 52 and 68. RGB value is (18,82,104). Sum of RGB (Red+Green+Blue) = 18+82+104=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 82 (32.42% from 255 or 40.20% 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 #125268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125268 is #EDAD97. Grayscale: #414141. Windows color (decimal): -15576472 or 6836754. OLE color: 6836754.

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

Color convert

RGB1882104-
CMYK0.830.2100.59
HSL195.35º70.49%23.92%-
HSV(B)195.35º82.69%40.78%-
XYZ5.777.1614.18-
YUV65.37149.894.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.82%
GREEN value IS 82 (32.42% from 255) = 40.20%
BLUE value IS 104 (41.02% from 255) = 50.98%
R=8.82%
G=40.20%
B=50.98%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18821040.830.2100.59195.3570.4923.92
Hex125268531503Bc34618
Octal221221501232507330310630
Binary1001010100101101000101001110101011101111000011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125268; }

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

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

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

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

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

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

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

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