#123A4A

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

Shades of Blue Whale #123A4A

Tints of Blue Whale #123A4A

Color information

#123A4A (or 0x123A4A) is unknown color: approx Blue Whale. HEX triplet: 12, 3A and 4A. RGB value is (18,58,74). Sum of RGB (Red+Green+Blue) = 18+58+74=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 58 (23.05% from 255 or 38.67% from 150); Blue value is 74 (29.30% from 255 or 49.33% from 150); Max value from RGB is 74 - color contains mainly: blue. Hex color #123A4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123A4A is #EDC5B5. Grayscale: #2F2F2F. Windows color (decimal): -15582646 or 4864530. OLE color: 4864530.

HSL color Cylindrical-coordinate representation of color #123A4A: hue angle of 197.14º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #123A4A is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB185874-
CMYK0.760.2200.71
HSL197.14º60.87%18.04%-
HSV(B)197.14º75.68%29.02%-
XYZ33.657.02-
YUV47.86142.75106.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12%
GREEN value IS 58 (23.05% from 255) = 38.67%
BLUE value IS 74 (29.30% from 255) = 49.33%
R=12%
G=38.67%
B=49.33%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1858740.760.2200.71197.1460.8718.04
Hex123A4A4C16047c53d12
Octal22721121142601073057522
Binary100101110101001010100110010110010001111100010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123A4A; }

 p { color: rgb(18,58,74); }

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

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

 a { background-color: rgb(18,58,74); }

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

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

 span { border-color: rgb(18,58,74); }

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