Html Css Color HEX #0F3040 Blue Whale

📋 copy color: '#0F3040'

red 15 ◦ green 48 ◦ blue 64

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

Shades of Blue Whale #0F3040

Tints of Blue Whale #0F3040

RGB

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

 GREEN value IS 48 (19.14% from 255) = 37.8%

 BLUE value IS 64 (25.39% from 255) = 50.39%

R = 11.81%
G = 37.8%
B = 50.39%

CMYK

 C value IS 0.77

 M value IS 0.25

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0F3040 (or 0x0F3040) is known color: Blue Whale. HEX triplet: 0F, 30 and 40. RGB value is (15,48,64). Sum of RGB (Red+Green+Blue) = 15+48+64=127 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.81% from 127); Green value is 48 (19.14% from 255 or 37.80% from 127); Blue value is 64 (25.39% from 255 or 50.39% from 127); Max value from RGB is 64 - color contains mainly: blue. Hex color #0F3040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3040 is #F0CFBF. Grayscale: #272727. Windows color (decimal): -15781824 or 4206607. OLE color: 4206607.

HSL color Cylindrical-coordinate representation of color #0F3040: hue angle of 199.59º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F3040 is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 15 48 64 -
CMYK 0.77 0.25 0 0.75
HSL 199.59º 0.62% 0.15% -
HSV(B) 199.59º 0.77% 0.25% -
XYZ 2.18 2.59 5.23 -
YUV 39.96 141.57 110.2 -
System Red Green Blue C M Y K H S L
Decimal 15 48 64 0.77 0.25 0 0.75 199.59 0.62 0.15
Hex F 30 40 4D 19 0 4B C8 3E F
Octal 17 60 100 115 31 0 113 310 76 17
Binary 1111 110000 1000000 1001101 11001 0 1001011 11001000 111110 1111

Color Harmonies of #0F3040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3040

Black with #0F3040

Text Example


Text Example

White with #0F3040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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