Html Css Color HEX #072C48 Blue Whale

📋 copy color: '#072C48'

red 7 ◦ green 44 ◦ blue 72

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

Shades of Blue Whale #072C48

Tints of Blue Whale #072C48

RGB

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

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

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

R = 5.69%
G = 35.77%
B = 58.54%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#072C48 (or 0x072C48) is known color: Blue Whale. HEX triplet: 07, 2C and 48. RGB value is (7,44,72). Sum of RGB (Red+Green+Blue) = 7+44+72=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 44 (17.58% from 255 or 35.77% from 123); Blue value is 72 (28.52% from 255 or 58.54% from 123); Max value from RGB is 72 - color contains mainly: blue. Hex color #072C48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072C48 is #F8D3B7. Grayscale: #232323. Windows color (decimal): -16307128 or 4729863. OLE color: 4729863.

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

Color convert

RGB 7 44 72 -
CMYK 0.90 0.39 0 0.72
HSL 205.85º 0.82% 0.15% -
HSV(B) 205.85º 0.9% 0.28% -
XYZ 2.16 2.31 6.46 -
YUV 36.13 148.24 107.22 -
System Red Green Blue C M Y K H S L
Decimal 7 44 72 0.90 0.39 0 0.72 205.85 0.82 0.15
Hex 7 2C 48 5A 27 0 48 CE 52 F
Octal 7 54 110 132 47 0 110 316 122 17
Binary 111 101100 1001000 1011010 100111 0 1001000 11001110 1010010 1111

Color Harmonies of #072C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072C48

Black with #072C48

Text Example


Text Example

White with #072C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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