#0C3140

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

Shades of Blue Whale #0C3140

Tints of Blue Whale #0C3140

Color information

#0C3140 (or 0x0C3140) is unknown color: approx Blue Whale. HEX triplet: 0C, 31 and 40. RGB value is (12,49,64). Sum of RGB (Red+Green+Blue) = 12+49+64=125 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.6% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 64 (25.39% from 255 or 51.2% from 125); Max value from RGB is 64 - color contains mainly: blue. Hex color #0C3140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3140 is #F3CEBF. Grayscale: #272727. Windows color (decimal): -15978176 or 4206860. OLE color: 4206860.

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

Color convert

RGB124964-
CMYK0.810.2300.75
HSL197.31º68.42%14.9%-
HSV(B)197.31º81.25%25.1%-
XYZ2.182.645.25-
YUV39.65141.74108.28-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.6%
GREEN value IS 49 (19.53% from 255) = 39.2%
BLUE value IS 64 (25.39% from 255) = 51.2%
R=9.6%
G=39.2%
B=51.2%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1249640.810.2300.75197.3168.4214.9
HexC3140511704Bc544f
Octal146110012127011330510417
Binary11001100011000000101000110111010010111100010110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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