#0C304F

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

Shades of Blue Whale #0C304F

Tints of Blue Whale #0C304F

Color information

#0C304F (or 0x0C304F) is unknown color: approx Blue Whale. HEX triplet: 0C, 30 and 4F. RGB value is (12,48,79). Sum of RGB (Red+Green+Blue) = 12+48+79=139 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.63% from 139); Green value is 48 (19.14% from 255 or 34.53% from 139); Blue value is 79 (31.25% from 255 or 56.83% from 139); Max value from RGB is 79 - color contains mainly: blue. Hex color #0C304F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C304F is #F3CFB0. Grayscale: #282828. Windows color (decimal): -15978417 or 5189644. OLE color: 5189644.

HSL color Cylindrical-coordinate representation of color #0C304F: hue angle of 207.76º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C304F is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB124879-
CMYK0.850.3900.69
HSL207.76º73.63%17.84%-
HSV(B)207.76º84.81%30.98%-
XYZ2.622.767.79-
YUV40.77149.57107.48-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.63%
GREEN value IS 48 (19.14% from 255) = 34.53%
BLUE value IS 79 (31.25% from 255) = 56.83%
R=8.63%
G=34.53%
B=56.83%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1248790.850.3900.69207.7673.6317.84
HexC304F5527045d04a12
Octal146011712547010532011222
Binary1100110000100111110101011001110100010111010000100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C304F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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