#0F323F

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

Shades of Blue Whale #0F323F

Tints of Blue Whale #0F323F

Color information

#0F323F (or 0x0F323F) is unknown color: approx Blue Whale. HEX triplet: 0F, 32 and 3F. RGB value is (15,50,63). Sum of RGB (Red+Green+Blue) = 15+50+63=128 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.72% from 128); Green value is 50 (19.92% from 255 or 39.06% from 128); Blue value is 63 (25% from 255 or 49.22% from 128); Max value from RGB is 63 - color contains mainly: blue. Hex color #0F323F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F323F is #F0CDC0. Grayscale: #282828. Windows color (decimal): -15781313 or 4141583. OLE color: 4141583.

HSL color Cylindrical-coordinate representation of color #0F323F: hue angle of 196.25º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0F323F is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB155063-
CMYK0.760.2100.75
HSL196.25º61.54%15.29%-
HSV(B)196.25º76.19%24.71%-
XYZ2.232.745.11-
YUV41.02140.4109.44-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.72%
GREEN value IS 50 (19.92% from 255) = 39.06%
BLUE value IS 63 (25% from 255) = 49.22%
R=11.72%
G=39.06%
B=49.22%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1550630.760.2100.75196.2561.5415.29
HexF323F4C1504Bc43ef
Octal1762771142501133047617
Binary111111001011111110011001010101001011110001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F323F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,50,63); }

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

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

 a { background-color: rgb(15,50,63); }

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

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

 span { border-color: rgb(15,50,63); }

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