Html Css Color HEX #072D48 Blue Whale

📋 copy color: '#072D48'

red 7 ◦ green 45 ◦ blue 72

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

Shades of Blue Whale #072D48

Tints of Blue Whale #072D48

RGB

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

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

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

R = 5.65%
G = 36.29%
B = 58.06%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#072D48 (or 0x072D48) is known color: Blue Whale. HEX triplet: 07, 2D and 48. RGB value is (7,45,72). Sum of RGB (Red+Green+Blue) = 7+45+72=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 45 (17.97% from 255 or 36.29% from 124); Blue value is 72 (28.52% from 255 or 58.06% from 124); Max value from RGB is 72 - color contains mainly: blue. Hex color #072D48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072D48 is #F8D2B7. Grayscale: #242424. Windows color (decimal): -16306872 or 4730119. OLE color: 4730119.

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

Color convert

RGB 7 45 72 -
CMYK 0.90 0.38 0 0.72
HSL 204.92º 0.82% 0.15% -
HSV(B) 204.92º 0.9% 0.28% -
XYZ 2.2 2.39 6.48 -
YUV 36.72 147.91 106.8 -
System Red Green Blue C M Y K H S L
Decimal 7 45 72 0.90 0.38 0 0.72 204.92 0.82 0.15
Hex 7 2D 48 5A 26 0 48 CD 52 F
Octal 7 55 110 132 46 0 110 315 122 17
Binary 111 101101 1001000 1011010 100110 0 1001000 11001101 1010010 1111

Color Harmonies of #072D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072D48

Black with #072D48

Text Example


Text Example

White with #072D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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