Html Css Color HEX #072B48 Blue Whale

📋 copy color: '#072B48'

red 7 ◦ green 43 ◦ blue 72

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

Shades of Blue Whale #072B48

Tints of Blue Whale #072B48

RGB

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

 GREEN value IS 43 (17.19% from 255) = 35.25%

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

R = 5.74%
G = 35.25%
B = 59.02%

CMYK

 C value IS 0.90

 M value IS 0.40

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#072B48 (or 0x072B48) is known color: Blue Whale. HEX triplet: 07, 2B and 48. RGB value is (7,43,72). Sum of RGB (Red+Green+Blue) = 7+43+72=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 43 (17.19% from 255 or 35.25% from 122); Blue value is 72 (28.52% from 255 or 59.02% from 122); Max value from RGB is 72 - color contains mainly: blue. Hex color #072B48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072B48 is #F8D4B7. Grayscale: #232323. Windows color (decimal): -16307384 or 4729607. OLE color: 4729607.

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

Color convert

RGB 7 43 72 -
CMYK 0.90 0.40 0 0.72
HSL 206.77º 0.82% 0.15% -
HSV(B) 206.77º 0.9% 0.28% -
XYZ 2.12 2.24 6.45 -
YUV 35.54 148.57 107.64 -
System Red Green Blue C M Y K H S L
Decimal 7 43 72 0.90 0.40 0 0.72 206.77 0.82 0.15
Hex 7 2B 48 5A 28 0 48 CF 52 F
Octal 7 53 110 132 50 0 110 317 122 17
Binary 111 101011 1001000 1011010 101000 0 1001000 11001111 1010010 1111

Color Harmonies of #072B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072B48

Black with #072B48

Text Example


Text Example

White with #072B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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