#12313D

Color #12313D Blue Whale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Whale #12313D

Tints of Blue Whale #12313D

Color information

#12313D (or 0x12313D) is unknown color: approx Blue Whale. HEX triplet: 12, 31 and 3D. RGB value is (18,49,61). Sum of RGB (Red+Green+Blue) = 18+49+61=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 49 (19.53% from 255 or 38.28% from 128); Blue value is 61 (24.22% from 255 or 47.66% from 128); Max value from RGB is 61 - color contains mainly: blue. Hex color #12313D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12313D is #EDCEC2. Grayscale: #292929. Windows color (decimal): -15584963 or 4010258. OLE color: 4010258.

HSL color Cylindrical-coordinate representation of color #12313D: hue angle of 196.74º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #12313D is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB184961-
CMYK0.700.2000.76
HSL196.74º54.43%15.49%-
HSV(B)196.74º70.49%23.92%-
XYZ2.192.664.81-
YUV41.1139.23111.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.06%
GREEN value IS 49 (19.53% from 255) = 38.28%
BLUE value IS 61 (24.22% from 255) = 47.66%
R=14.06%
G=38.28%
B=47.66%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1849610.700.2000.76196.7454.4315.49
Hex12313D461404Cc536f
Octal2261751062401143056617
Binary1001011000111110110001101010001001100110001011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12313D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12313D; }

 p { color: rgb(18,49,61); }

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

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

 a { background-color: rgb(18,49,61); }

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

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

 span { border-color: rgb(18,49,61); }

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