#0c3250

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

Shades of Blue Whale #0C3250

Tints of Blue Whale #0C3250

Color information

#0C3250 (or 0x0C3250) is unknown color: approx Blue Whale. HEX triplet: 0C, 32 and 50. RGB value is (12,50,80). Sum of RGB (Red+Green+Blue) = 12+50+80=142 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.45% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 80 (31.64% from 255 or 56.34% from 142); Max value from RGB is 80 - color contains mainly: blue. Hex color #0C3250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3250 is #F3CDAF. Grayscale: #292929. Windows color (decimal): -15977904 or 5255692. OLE color: 5255692.

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

Color convert

RGB125080-
CMYK0.850.3700.69
HSL206.47º73.91%18.04%-
HSV(B)206.47º85%31.37%-
XYZ2.742.948.01-
YUV42.06149.41106.56-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.45%
GREEN value IS 50 (19.92% from 255) = 35.21%
BLUE value IS 80 (31.64% from 255) = 56.34%
R=8.45%
G=35.21%
B=56.34%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1250800.850.3700.69206.4773.9118.04
HexC32505525045ce4a12
Octal146212012545010531611222
Binary1100110010101000010101011001010100010111001110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c3250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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