#12323D

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

Shades of Blue Whale #12323D

Tints of Blue Whale #12323D

Color information

#12323D (or 0x12323D) is unknown color: approx Blue Whale. HEX triplet: 12, 32 and 3D. RGB value is (18,50,61). Sum of RGB (Red+Green+Blue) = 18+50+61=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 61 (24.22% from 255 or 47.29% from 129); Max value from RGB is 61 - color contains mainly: blue. Hex color #12323D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12323D is #EDCDC2. Grayscale: #292929. Windows color (decimal): -15584707 or 4010514. OLE color: 4010514.

HSL color Cylindrical-coordinate representation of color #12323D: hue angle of 195.35º 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 #12323D is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB185061-
CMYK0.700.1800.76
HSL195.35º54.43%15.49%-
HSV(B)195.35º70.49%23.92%-
XYZ2.232.754.83-
YUV41.69138.9111.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.95%
GREEN value IS 50 (19.92% from 255) = 38.76%
BLUE value IS 61 (24.22% from 255) = 47.29%
R=13.95%
G=38.76%
B=47.29%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1850610.700.1800.76195.3554.4315.49
Hex12323D461204Cc336f
Octal2262751062201143036617
Binary1001011001011110110001101001001001100110000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12323D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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