#0C3042

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

Shades of Blue Whale #0C3042

Tints of Blue Whale #0C3042

Color information

#0C3042 (or 0x0C3042) is unknown color: approx Blue Whale. HEX triplet: 0C, 30 and 42. RGB value is (12,48,66). Sum of RGB (Red+Green+Blue) = 12+48+66=126 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.52% from 126); Green value is 48 (19.14% from 255 or 38.10% from 126); Blue value is 66 (26.17% from 255 or 52.38% from 126); Max value from RGB is 66 - color contains mainly: blue. Hex color #0C3042 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3042 is #F3CFBD. Grayscale: #272727. Windows color (decimal): -15978430 or 4337676. OLE color: 4337676.

HSL color Cylindrical-coordinate representation of color #0C3042: hue angle of 200º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C3042 is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB124866-
CMYK0.820.2700.74
HSL200º69.23%15.29%-
HSV(B)200º81.82%25.88%-
XYZ2.192.595.54-
YUV39.29143.07108.54-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.52%
GREEN value IS 48 (19.14% from 255) = 38.10%
BLUE value IS 66 (26.17% from 255) = 52.38%
R=9.52%
G=38.10%
B=52.38%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1248660.820.2700.7420069.2315.29
HexC3042521B04Ac845f
Octal146010212233011231010517
Binary11001100001000010101001011011010010101100100010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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