#0F303D

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

Shades of Blue Whale #0F303D

Tints of Blue Whale #0F303D

Color information

#0F303D (or 0x0F303D) is unknown color: approx Blue Whale. HEX triplet: 0F, 30 and 3D. RGB value is (15,48,61). Sum of RGB (Red+Green+Blue) = 15+48+61=124 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.10% from 124); Green value is 48 (19.14% from 255 or 38.71% from 124); Blue value is 61 (24.22% from 255 or 49.19% from 124); Max value from RGB is 61 - color contains mainly: blue. Hex color #0F303D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F303D is #F0CFC2. Grayscale: #272727. Windows color (decimal): -15781827 or 4009999. OLE color: 4009999.

HSL color Cylindrical-coordinate representation of color #0F303D: hue angle of 196.96º degrees, saturation: 0.61, 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 #0F303D is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB154861-
CMYK0.750.2100.76
HSL196.96º60.53%14.9%-
HSV(B)196.96º75.41%23.92%-
XYZ2.12.554.8-
YUV39.62140.07110.44-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.10%
GREEN value IS 48 (19.14% from 255) = 38.71%
BLUE value IS 61 (24.22% from 255) = 49.19%
R=12.10%
G=38.71%
B=49.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1548610.750.2100.76196.9660.5314.9
HexF303D4B1504Cc53df
Octal1760751132501143057517
Binary111111000011110110010111010101001100110001011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F303D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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