Html Css Color HEX #0F3249 Blue Whale

📋 copy color: '#0F3249'

red 15 ◦ green 50 ◦ blue 73

#0F3249
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Whale #0F3249

Tints of Blue Whale #0F3249

RGB

 RED value IS 15 (6.25% from 255) = 10.87%

 GREEN value IS 50 (19.92% from 255) = 36.23%

 BLUE value IS 73 (28.91% from 255) = 52.9%

R = 10.87%
G = 36.23%
B = 52.9%

CMYK

 C value IS 0.79

 M value IS 0.32

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0F3249 (or 0x0F3249) is known color: Blue Whale. HEX triplet: 0F, 32 and 49. RGB value is (15,50,73). Sum of RGB (Red+Green+Blue) = 15+50+73=138 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.87% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 73 (28.91% from 255 or 52.90% from 138); Max value from RGB is 73 - color contains mainly: blue. Hex color #0F3249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3249 is #F0CDB6. Grayscale: #2A2A2A. Windows color (decimal): -15781303 or 4796943. OLE color: 4796943.

HSL color Cylindrical-coordinate representation of color #0F3249: hue angle of 203.79º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F3249 is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 15 50 73 -
CMYK 0.79 0.32 0 0.71
HSL 203.79º 0.66% 0.17% -
HSV(B) 203.79º 0.79% 0.29% -
XYZ 2.54 2.86 6.72 -
YUV 42.16 145.4 108.63 -
System Red Green Blue C M Y K H S L
Decimal 15 50 73 0.79 0.32 0 0.71 203.79 0.66 0.17
Hex F 32 49 4F 20 0 47 CC 42 11
Octal 17 62 111 117 40 0 107 314 102 21
Binary 1111 110010 1001001 1001111 100000 0 1000111 11001100 1000010 10001

Color Harmonies of #0F3249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3249

Black with #0F3249

Text Example


Text Example

White with #0F3249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0F3249;
 }
 .AnyTagClassName
 {
   color: #0F3249;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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