#0C3450

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

Shades of Blue Whale #0C3450

Tints of Blue Whale #0C3450

Color information

#0C3450 (or 0x0C3450) is unknown color: approx Blue Whale. HEX triplet: 0C, 34 and 50. RGB value is (12,52,80). Sum of RGB (Red+Green+Blue) = 12+52+80=144 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.33% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 80 (31.64% from 255 or 55.56% from 144); Max value from RGB is 80 - color contains mainly: blue. Hex color #0C3450 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3450 is #F3CBAF. Grayscale: #2B2B2B. Windows color (decimal): -15977392 or 5256204. OLE color: 5256204.

HSL color Cylindrical-coordinate representation of color #0C3450: hue angle of 204.71º 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 #0C3450 is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB125280-
CMYK0.850.3500.69
HSL204.71º73.91%18.04%-
HSV(B)204.71º85%31.37%-
XYZ2.833.118.04-
YUV43.23148.75105.72-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.33%
GREEN value IS 52 (20.70% from 255) = 36.11%
BLUE value IS 80 (31.64% from 255) = 55.56%
R=8.33%
G=36.11%
B=55.56%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1252800.850.3500.69204.7173.9118.04
HexC34505523045cd4a12
Octal146412012543010531511222
Binary1100110100101000010101011000110100010111001101100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,52,80); }

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

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

 a { background-color: rgb(12,52,80); }

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

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

 span { border-color: rgb(12,52,80); }

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