Html Css Color HEX #072F48 Blue Whale

📋 copy color: '#072F48'

red 7 ◦ green 47 ◦ blue 72

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

Shades of Blue Whale #072F48

Tints of Blue Whale #072F48

RGB

 RED value IS 7 (3.13% from 255) = 5.56%

 GREEN value IS 47 (18.75% from 255) = 37.3%

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

R = 5.56%
G = 37.3%
B = 57.14%

CMYK

 C value IS 0.90

 M value IS 0.35

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#072F48 (or 0x072F48) is known color: Blue Whale. HEX triplet: 07, 2F and 48. RGB value is (7,47,72). Sum of RGB (Red+Green+Blue) = 7+47+72=126 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.56% from 126); Green value is 47 (18.75% from 255 or 37.30% from 126); Blue value is 72 (28.52% from 255 or 57.14% from 126); Max value from RGB is 72 - color contains mainly: blue. Hex color #072F48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072F48 is #F8D0B7. Grayscale: #252525. Windows color (decimal): -16306360 or 4730631. OLE color: 4730631.

HSL color Cylindrical-coordinate representation of color #072F48: hue angle of 203.08º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #072F48 is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 7 47 72 -
CMYK 0.90 0.35 0 0.72
HSL 203.08º 0.82% 0.15% -
HSV(B) 203.08º 0.9% 0.28% -
XYZ 2.27 2.55 6.5 -
YUV 37.89 147.25 105.97 -
System Red Green Blue C M Y K H S L
Decimal 7 47 72 0.90 0.35 0 0.72 203.08 0.82 0.15
Hex 7 2F 48 5A 23 0 48 CB 52 F
Octal 7 57 110 132 43 0 110 313 122 17
Binary 111 101111 1001000 1011010 100011 0 1001000 11001011 1010010 1111

Color Harmonies of #072F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072F48

Black with #072F48

Text Example


Text Example

White with #072F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072F48; }

 p { color: rgb(7,47,72); }

 H1.HeaderClassName
 {
   color: #072F48;
 }
 .AnyTagClassName
 {
   color: #072F48;
 }
</style>

background-color css

<style>
 a { background-color: #072F48; }

 a { background-color: rgb(7,47,72); }

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

border-color css

<style>
 span { border-color: #072F48; }

 span { border-color: rgb(7,47,72); }

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