#0C3040

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

Shades of Blue Whale #0C3040

Tints of Blue Whale #0C3040

Color information

#0C3040 (or 0x0C3040) is unknown color: approx Blue Whale. HEX triplet: 0C, 30 and 40. RGB value is (12,48,64). Sum of RGB (Red+Green+Blue) = 12+48+64=124 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.68% from 124); Green value is 48 (19.14% from 255 or 38.71% from 124); Blue value is 64 (25.39% from 255 or 51.61% from 124); Max value from RGB is 64 - color contains mainly: blue. Hex color #0C3040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3040 is #F3CFBF. Grayscale: #262626. Windows color (decimal): -15978432 or 4206604. OLE color: 4206604.

HSL color Cylindrical-coordinate representation of color #0C3040: hue angle of 198.46º 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 #0C3040 is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB124864-
CMYK0.810.2500.75
HSL198.46º68.42%14.9%-
HSV(B)198.46º81.25%25.1%-
XYZ2.132.565.23-
YUV39.06142.07108.7-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.68%
GREEN value IS 48 (19.14% from 255) = 38.71%
BLUE value IS 64 (25.39% from 255) = 51.61%
R=9.68%
G=38.71%
B=51.61%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1248640.810.2500.75198.4668.4214.9
HexC3040511904Bc644f
Octal146010012131011330610417
Binary11001100001000000101000111001010010111100011010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,48,64); }

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

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

 a { background-color: rgb(12,48,64); }

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

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

 span { border-color: rgb(12,48,64); }

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