Html Css Color HEX #0F3048 Blue Whale

📋 copy color: '#0F3048'

red 15 ◦ green 48 ◦ blue 72

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

Shades of Blue Whale #0F3048

Tints of Blue Whale #0F3048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 53.33%

R = 11.11%
G = 35.56%
B = 53.33%

CMYK

 C value IS 0.79

 M value IS 0.33

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0F3048 (or 0x0F3048) is known color: Blue Whale. HEX triplet: 0F, 30 and 48. RGB value is (15,48,72). Sum of RGB (Red+Green+Blue) = 15+48+72=135 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.11% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 72 (28.52% from 255 or 53.33% from 135); Max value from RGB is 72 - color contains mainly: blue. Hex color #0F3048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3048 is #F0CFB7. Grayscale: #282828. Windows color (decimal): -15781816 or 4730895. OLE color: 4730895.

HSL color Cylindrical-coordinate representation of color #0F3048: hue angle of 205.26º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F3048 is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 15 48 72 -
CMYK 0.79 0.33 0 0.72
HSL 205.26º 0.66% 0.17% -
HSV(B) 205.26º 0.79% 0.28% -
XYZ 2.42 2.68 6.52 -
YUV 40.87 145.57 109.55 -
System Red Green Blue C M Y K H S L
Decimal 15 48 72 0.79 0.33 0 0.72 205.26 0.66 0.17
Hex F 30 48 4F 21 0 48 CD 42 11
Octal 17 60 110 117 41 0 110 315 102 21
Binary 1111 110000 1001000 1001111 100001 0 1001000 11001101 1000010 10001

Color Harmonies of #0F3048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3048

Black with #0F3048

Text Example


Text Example

White with #0F3048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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