Html Css Color HEX #072E4D Blue Whale

📋 copy color: '#072E4D'

red 7 ◦ green 46 ◦ blue 77

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

Shades of Blue Whale #072E4D

Tints of Blue Whale #072E4D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 35.38%

 BLUE value IS 77 (30.47% from 255) = 59.23%

R = 5.38%
G = 35.38%
B = 59.23%

CMYK

 C value IS 0.91

 M value IS 0.40

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#072E4D (or 0x072E4D) is known color: Blue Whale. HEX triplet: 07, 2E and 4D. RGB value is (7,46,77). Sum of RGB (Red+Green+Blue) = 7+46+77=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 46 (18.36% from 255 or 35.38% from 130); Blue value is 77 (30.47% from 255 or 59.23% from 130); Max value from RGB is 77 - color contains mainly: blue. Hex color #072E4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072E4D is #F8D1B2. Grayscale: #252525. Windows color (decimal): -16306611 or 5058055. OLE color: 5058055.

HSL color Cylindrical-coordinate representation of color #072E4D: hue angle of 206.57º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #072E4D is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 7 46 77 -
CMYK 0.91 0.40 0 0.70
HSL 206.57º 0.83% 0.16% -
HSV(B) 206.57º 0.91% 0.3% -
XYZ 2.4 2.53 7.38 -
YUV 37.87 150.08 105.98 -
System Red Green Blue C M Y K H S L
Decimal 7 46 77 0.91 0.40 0 0.70 206.57 0.83 0.16
Hex 7 2E 4D 5B 28 0 46 CF 53 10
Octal 7 56 115 133 50 0 106 317 123 20
Binary 111 101110 1001101 1011011 101000 0 1000110 11001111 1010011 10000

Color Harmonies of #072E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072E4D

Black with #072E4D

Text Example


Text Example

White with #072E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,46,77); }

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

background-color css

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

 a { background-color: rgb(7,46,77); }

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

border-color css

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

 span { border-color: rgb(7,46,77); }

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