Html Css Color HEX #0F313F Blue Whale

📋 copy color: '#0F313F'

red 15 ◦ green 49 ◦ blue 63

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

Shades of Blue Whale #0F313F

Tints of Blue Whale #0F313F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 49.61%

R = 11.81%
G = 38.58%
B = 49.61%

CMYK

 C value IS 0.76

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0F313F (or 0x0F313F) is known color: Blue Whale. HEX triplet: 0F, 31 and 3F. RGB value is (15,49,63). Sum of RGB (Red+Green+Blue) = 15+49+63=127 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.81% from 127); Green value is 49 (19.53% from 255 or 38.58% from 127); Blue value is 63 (25% from 255 or 49.61% from 127); Max value from RGB is 63 - color contains mainly: blue. Hex color #0F313F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F313F is #F0CEC0. Grayscale: #282828. Windows color (decimal): -15781569 or 4141327. OLE color: 4141327.

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

Color convert

RGB 15 49 63 -
CMYK 0.76 0.22 0 0.75
HSL 197.5º 0.62% 0.15% -
HSV(B) 197.5º 0.76% 0.25% -
XYZ 2.19 2.66 5.1 -
YUV 40.43 140.74 109.86 -
System Red Green Blue C M Y K H S L
Decimal 15 49 63 0.76 0.22 0 0.75 197.5 0.62 0.15
Hex F 31 3F 4C 16 0 4B C6 3E F
Octal 17 61 77 114 26 0 113 306 76 17
Binary 1111 110001 111111 1001100 10110 0 1001011 11000110 111110 1111

Color Harmonies of #0F313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F313F

Black with #0F313F

Text Example


Text Example

White with #0F313F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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