#12323F

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

Shades of Blue Whale #12323F

Tints of Blue Whale #12323F

Color information

#12323F (or 0x12323F) is unknown color: approx Blue Whale. HEX triplet: 12, 32 and 3F. RGB value is (18,50,63). Sum of RGB (Red+Green+Blue) = 18+50+63=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 50 (19.92% from 255 or 38.17% from 131); Blue value is 63 (25% from 255 or 48.09% from 131); Max value from RGB is 63 - color contains mainly: blue. Hex color #12323F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12323F is #EDCDC0. Grayscale: #292929. Windows color (decimal): -15584705 or 4141586. OLE color: 4141586.

HSL color Cylindrical-coordinate representation of color #12323F: hue angle of 197.33º 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 #12323F is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB185063-
CMYK0.710.2100.75
HSL197.33º55.56%15.88%-
HSV(B)197.33º71.43%24.71%-
XYZ2.292.775.12-
YUV41.91139.9110.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.74%
GREEN value IS 50 (19.92% from 255) = 38.17%
BLUE value IS 63 (25% from 255) = 48.09%
R=13.74%
G=38.17%
B=48.09%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1850630.710.2100.75197.3355.5615.88
Hex12323F471504Bc53810
Octal2262771072501133057020
Binary10010110010111111100011110101010010111100010111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12323F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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