Html Css Color HEX #0F304F Blue Whale

📋 copy color: '#0F304F'

red 15 ◦ green 48 ◦ blue 79

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

Shades of Blue Whale #0F304F

Tints of Blue Whale #0F304F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 55.63%

R = 10.56%
G = 33.8%
B = 55.63%

CMYK

 C value IS 0.81

 M value IS 0.39

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0F304F (or 0x0F304F) is known color: Blue Whale. HEX triplet: 0F, 30 and 4F. RGB value is (15,48,79). Sum of RGB (Red+Green+Blue) = 15+48+79=142 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.56% from 142); Green value is 48 (19.14% from 255 or 33.80% from 142); Blue value is 79 (31.25% from 255 or 55.63% from 142); Max value from RGB is 79 - color contains mainly: blue. Hex color #0F304F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F304F is #F0CFB0. Grayscale: #292929. Windows color (decimal): -15781809 or 5189647. OLE color: 5189647.

HSL color Cylindrical-coordinate representation of color #0F304F: hue angle of 209.06º 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 #0F304F is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 15 48 79 -
CMYK 0.81 0.39 0 0.69
HSL 209.06º 0.68% 0.18% -
HSV(B) 209.06º 0.81% 0.31% -
XYZ 2.67 2.78 7.79 -
YUV 41.67 149.07 108.98 -
System Red Green Blue C M Y K H S L
Decimal 15 48 79 0.81 0.39 0 0.69 209.06 0.68 0.18
Hex F 30 4F 51 27 0 45 D1 44 12
Octal 17 60 117 121 47 0 105 321 104 22
Binary 1111 110000 1001111 1010001 100111 0 1000101 11010001 1000100 10010

Color Harmonies of #0F304F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F304F

Black with #0F304F

Text Example


Text Example

White with #0F304F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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