Html Css Color HEX #0F2C48 Blue Whale

📋 copy color: '#0F2C48'

red 15 ◦ green 44 ◦ blue 72

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

Shades of Blue Whale #0F2C48

Tints of Blue Whale #0F2C48

RGB

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

 GREEN value IS 44 (17.58% from 255) = 33.59%

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

R = 11.45%
G = 33.59%
B = 54.96%

CMYK

 C value IS 0.79

 M value IS 0.39

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0F2C48 (or 0x0F2C48) is known color: Blue Whale. HEX triplet: 0F, 2C and 48. RGB value is (15,44,72). Sum of RGB (Red+Green+Blue) = 15+44+72=131 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.45% from 131); Green value is 44 (17.58% from 255 or 33.59% from 131); Blue value is 72 (28.52% from 255 or 54.96% from 131); Max value from RGB is 72 - color contains mainly: blue. Hex color #0F2C48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2C48 is #F0D3B7. Grayscale: #262626. Windows color (decimal): -15782840 or 4729871. OLE color: 4729871.

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

Color convert

RGB 15 44 72 -
CMYK 0.79 0.39 0 0.72
HSL 209.47º 0.66% 0.17% -
HSV(B) 209.47º 0.79% 0.28% -
XYZ 2.27 2.37 6.47 -
YUV 38.52 146.89 111.22 -
System Red Green Blue C M Y K H S L
Decimal 15 44 72 0.79 0.39 0 0.72 209.47 0.66 0.17
Hex F 2C 48 4F 27 0 48 D1 42 11
Octal 17 54 110 117 47 0 110 321 102 21
Binary 1111 101100 1001000 1001111 100111 0 1001000 11010001 1000010 10001

Color Harmonies of #0F2C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2C48

Black with #0F2C48

Text Example


Text Example

White with #0F2C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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