Html Css Color HEX #0F314E Blue Whale

📋 copy color: '#0F314E'

red 15 ◦ green 49 ◦ blue 78

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

Shades of Blue Whale #0F314E

Tints of Blue Whale #0F314E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 54.93%

R = 10.56%
G = 34.51%
B = 54.93%

CMYK

 C value IS 0.81

 M value IS 0.37

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0F314E (or 0x0F314E) is known color: Blue Whale. HEX triplet: 0F, 31 and 4E. RGB value is (15,49,78). Sum of RGB (Red+Green+Blue) = 15+49+78=142 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.56% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 78 (30.86% from 255 or 54.93% from 142); Max value from RGB is 78 - color contains mainly: blue. Hex color #0F314E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F314E is #F0CEB1. Grayscale: #292929. Windows color (decimal): -15781554 or 5124367. OLE color: 5124367.

HSL color Cylindrical-coordinate representation of color #0F314E: hue angle of 207.62º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F314E is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 15 49 78 -
CMYK 0.81 0.37 0 0.69
HSL 207.62º 0.68% 0.18% -
HSV(B) 207.62º 0.81% 0.31% -
XYZ 2.67 2.85 7.62 -
YUV 42.14 148.24 108.64 -
System Red Green Blue C M Y K H S L
Decimal 15 49 78 0.81 0.37 0 0.69 207.62 0.68 0.18
Hex F 31 4E 51 25 0 45 D0 44 12
Octal 17 61 116 121 45 0 105 320 104 22
Binary 1111 110001 1001110 1010001 100101 0 1000101 11010000 1000100 10010

Color Harmonies of #0F314E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F314E

Black with #0F314E

Text Example


Text Example

White with #0F314E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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