#12313F

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

Shades of Blue Whale #12313F

Tints of Blue Whale #12313F

Color information

#12313F (or 0x12313F) is unknown color: approx Blue Whale. HEX triplet: 12, 31 and 3F. RGB value is (18,49,63). Sum of RGB (Red+Green+Blue) = 18+49+63=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 49 (19.53% from 255 or 37.69% from 130); Blue value is 63 (25% from 255 or 48.46% from 130); Max value from RGB is 63 - color contains mainly: blue. Hex color #12313F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12313F is #EDCEC0. Grayscale: #292929. Windows color (decimal): -15584961 or 4141330. OLE color: 4141330.

HSL color Cylindrical-coordinate representation of color #12313F: hue angle of 198.67º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #12313F is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB184963-
CMYK0.710.2200.75
HSL198.67º55.56%15.88%-
HSV(B)198.67º71.43%24.71%-
XYZ2.242.685.1-
YUV41.33140.23111.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.85%
GREEN value IS 49 (19.53% from 255) = 37.69%
BLUE value IS 63 (25% from 255) = 48.46%
R=13.85%
G=37.69%
B=48.46%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1849630.710.2200.75198.6755.5615.88
Hex12313F471604Bc73810
Octal2261771072601133077020
Binary10010110001111111100011110110010010111100011111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12313F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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