#0F3244

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

Shades of Blue Whale #0F3244

Tints of Blue Whale #0F3244

Color information

#0F3244 (or 0x0F3244) is unknown color: approx Blue Whale. HEX triplet: 0F, 32 and 44. RGB value is (15,50,68). Sum of RGB (Red+Green+Blue) = 15+50+68=133 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.28% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 68 (26.95% from 255 or 51.13% from 133); Max value from RGB is 68 - color contains mainly: blue. Hex color #0F3244 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3244 is #F0CDBB. Grayscale: #292929. Windows color (decimal): -15781308 or 4469263. OLE color: 4469263.

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

Color convert

RGB155068-
CMYK0.780.2600.73
HSL200.38º63.86%16.27%-
HSV(B)200.38º77.94%26.67%-
XYZ2.382.85.88-
YUV41.59142.9109.04-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.28%
GREEN value IS 50 (19.92% from 255) = 37.59%
BLUE value IS 68 (26.95% from 255) = 51.13%
R=11.28%
G=37.59%
B=51.13%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1550680.780.2600.73200.3863.8616.27
HexF32444E1A049c84010
Octal176210411632011131010020
Binary111111001010001001001110110100100100111001000100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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