Html Css Color HEX #0F2D48 Blue Whale

📋 copy color: '#0F2D48'

red 15 ◦ green 45 ◦ blue 72

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

Shades of Blue Whale #0F2D48

Tints of Blue Whale #0F2D48

RGB

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

 GREEN value IS 45 (17.97% from 255) = 34.09%

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

R = 11.36%
G = 34.09%
B = 54.55%

CMYK

 C value IS 0.79

 M value IS 0.38

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0F2D48 (or 0x0F2D48) is known color: Blue Whale. HEX triplet: 0F, 2D and 48. RGB value is (15,45,72). Sum of RGB (Red+Green+Blue) = 15+45+72=132 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.36% from 132); Green value is 45 (17.97% from 255 or 34.09% from 132); Blue value is 72 (28.52% from 255 or 54.55% from 132); Max value from RGB is 72 - color contains mainly: blue. Hex color #0F2D48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2D48 is #F0D2B7. Grayscale: #262626. Windows color (decimal): -15782584 or 4730127. OLE color: 4730127.

HSL color Cylindrical-coordinate representation of color #0F2D48: hue angle of 208.42º 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 #0F2D48 is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 15 45 72 -
CMYK 0.79 0.38 0 0.72
HSL 208.42º 0.66% 0.17% -
HSV(B) 208.42º 0.79% 0.28% -
XYZ 2.31 2.45 6.48 -
YUV 39.11 146.56 110.8 -
System Red Green Blue C M Y K H S L
Decimal 15 45 72 0.79 0.38 0 0.72 208.42 0.66 0.17
Hex F 2D 48 4F 26 0 48 D0 42 11
Octal 17 55 110 117 46 0 110 320 102 21
Binary 1111 101101 1001000 1001111 100110 0 1001000 11010000 1000010 10001

Color Harmonies of #0F2D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2D48

Black with #0F2D48

Text Example


Text Example

White with #0F2D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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