Html Css Color HEX #0F3141 Blue Whale

📋 copy color: '#0F3141'

red 15 ◦ green 49 ◦ blue 65

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

Shades of Blue Whale #0F3141

Tints of Blue Whale #0F3141

RGB

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

 GREEN value IS 49 (19.53% from 255) = 37.98%

 BLUE value IS 65 (25.78% from 255) = 50.39%

R = 11.63%
G = 37.98%
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

#0F3141 (or 0x0F3141) is known color: Blue Whale. HEX triplet: 0F, 31 and 41. RGB value is (15,49,65). Sum of RGB (Red+Green+Blue) = 15+49+65=129 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.63% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 65 (25.78% from 255 or 50.39% from 129); Max value from RGB is 65 - color contains mainly: blue. Hex color #0F3141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3141 is #F0CEBE. Grayscale: #282828. Windows color (decimal): -15781567 or 4272399. OLE color: 4272399.

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

Color convert

RGB 15 49 65 -
CMYK 0.77 0.25 0 0.75
HSL 199.2º 0.63% 0.16% -
HSV(B) 199.2º 0.77% 0.25% -
XYZ 2.25 2.68 5.4 -
YUV 40.66 141.74 109.7 -
System Red Green Blue C M Y K H S L
Decimal 15 49 65 0.77 0.25 0 0.75 199.2 0.63 0.16
Hex F 31 41 4D 19 0 4B C7 3E 10
Octal 17 61 101 115 31 0 113 307 76 20
Binary 1111 110001 1000001 1001101 11001 0 1001011 11000111 111110 10000

Color Harmonies of #0F3141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3141

Black with #0F3141

Text Example


Text Example

White with #0F3141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,49,65); }

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

background-color css

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

 a { background-color: rgb(15,49,65); }

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

border-color css

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

 span { border-color: rgb(15,49,65); }

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