#0C324A

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

Shades of Blue Whale #0C324A

Tints of Blue Whale #0C324A

Color information

#0C324A (or 0x0C324A) is unknown color: approx Blue Whale. HEX triplet: 0C, 32 and 4A. RGB value is (12,50,74). Sum of RGB (Red+Green+Blue) = 12+50+74=136 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.82% from 136); Green value is 50 (19.92% from 255 or 36.76% from 136); Blue value is 74 (29.30% from 255 or 54.41% from 136); Max value from RGB is 74 - color contains mainly: blue. Hex color #0C324A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C324A is #F3CDB5. Grayscale: #292929. Windows color (decimal): -15977910 or 4862476. OLE color: 4862476.

HSL color Cylindrical-coordinate representation of color #0C324A: hue angle of 203.23º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C324A is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB125074-
CMYK0.840.3200.71
HSL203.23º72.09%16.86%-
HSV(B)203.23º83.78%29.02%-
XYZ2.532.856.9-
YUV41.37146.41107.05-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.82%
GREEN value IS 50 (19.92% from 255) = 36.76%
BLUE value IS 74 (29.30% from 255) = 54.41%
R=8.82%
G=36.76%
B=54.41%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1250740.840.3200.71203.2372.0916.86
HexC324A5420047cb4811
Octal146211212440010731311021
Binary1100110010100101010101001000000100011111001011100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C324A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C324A; }

 p { color: rgb(12,50,74); }

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

<style>
 a { background-color: #0C324A; }

 a { background-color: rgb(12,50,74); }

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

<style>
 span { border-color: #0C324A; }

 span { border-color: rgb(12,50,74); }

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