#0C323F

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

Shades of Blue Whale #0C323F

Tints of Blue Whale #0C323F

Color information

#0C323F (or 0x0C323F) is unknown color: approx Blue Whale. HEX triplet: 0C, 32 and 3F. RGB value is (12,50,63). Sum of RGB (Red+Green+Blue) = 12+50+63=125 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.6% from 125); Green value is 50 (19.92% from 255 or 40% from 125); Blue value is 63 (25% from 255 or 50.4% from 125); Max value from RGB is 63 - color contains mainly: blue. Hex color #0C323F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C323F is #F3CDC0. Grayscale: #282828. Windows color (decimal): -15977921 or 4141580. OLE color: 4141580.

HSL color Cylindrical-coordinate representation of color #0C323F: hue angle of 195.29º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0C323F is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB125063-
CMYK0.810.2100.75
HSL195.29º68%14.71%-
HSV(B)195.29º80.95%24.71%-
XYZ2.192.725.11-
YUV40.12140.91107.94-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.6%
GREEN value IS 50 (19.92% from 255) = 40%
BLUE value IS 63 (25% from 255) = 50.4%
R=9.6%
G=40%
B=50.4%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1250630.810.2100.75195.296814.71
HexC323F511504Bc344f
Octal14627712125011330310417
Binary1100110010111111101000110101010010111100001110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C323F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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