#0F3343

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

Shades of Blue Whale #0F3343

Tints of Blue Whale #0F3343

Color information

#0F3343 (or 0x0F3343) is unknown color: approx Blue Whale. HEX triplet: 0F, 33 and 43. RGB value is (15,51,67). Sum of RGB (Red+Green+Blue) = 15+51+67=133 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.28% from 133); Green value is 51 (20.31% from 255 or 38.35% from 133); Blue value is 67 (26.56% from 255 or 50.38% from 133); Max value from RGB is 67 - color contains mainly: blue. Hex color #0F3343 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3343 is #F0CCBC. Grayscale: #292929. Windows color (decimal): -15781053 or 4403983. OLE color: 4403983.

HSL color Cylindrical-coordinate representation of color #0F3343: hue angle of 198.46º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F3343 is Cyan = 0.78, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB155167-
CMYK0.780.2400.74
HSL198.46º63.41%16.08%-
HSV(B)198.46º77.61%26.27%-
XYZ2.392.875.74-
YUV42.06142.07108.7-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.28%
GREEN value IS 51 (20.31% from 255) = 38.35%
BLUE value IS 67 (26.56% from 255) = 50.38%
R=11.28%
G=38.35%
B=50.38%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1551670.780.2400.74198.4663.4116.08
HexF33434E1804Ac63f10
Octal17631031163001123067720
Binary11111100111000011100111011000010010101100011011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,51,67); }

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

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

 a { background-color: rgb(15,51,67); }

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

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

 span { border-color: rgb(15,51,67); }

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