#0F303C

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

Shades of Blue Whale #0F303C

Tints of Blue Whale #0F303C

Color information

#0F303C (or 0x0F303C) is unknown color: approx Blue Whale. HEX triplet: 0F, 30 and 3C. RGB value is (15,48,60). Sum of RGB (Red+Green+Blue) = 15+48+60=123 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.20% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 60 (23.83% from 255 or 48.78% from 123); Max value from RGB is 60 - color contains mainly: blue. Hex color #0F303C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F303C is #F0CFC3. Grayscale: #272727. Windows color (decimal): -15781828 or 3944463. OLE color: 3944463.

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

Color convert

RGB154860-
CMYK0.750.2000.76
HSL196º60%14.71%-
HSV(B)196º75%23.53%-
XYZ2.072.544.66-
YUV39.5139.57110.52-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.20%
GREEN value IS 48 (19.14% from 255) = 39.02%
BLUE value IS 60 (23.83% from 255) = 48.78%
R=12.20%
G=39.02%
B=48.78%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1548600.750.2000.761966014.71
HexF303C4B1404Cc43cf
Octal1760741132401143047417
Binary111111000011110010010111010001001100110001001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F303C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,48,60); }

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

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

 a { background-color: rgb(15,48,60); }

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

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

 span { border-color: rgb(15,48,60); }

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