Html Css Color HEX #072F4D Blue Whale

📋 copy color: '#072F4D'

red 7 ◦ green 47 ◦ blue 77

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

Shades of Blue Whale #072F4D

Tints of Blue Whale #072F4D

RGB

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

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

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

R = 5.34%
G = 35.88%
B = 58.78%

CMYK

 C value IS 0.91

 M value IS 0.39

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#072F4D (or 0x072F4D) is known color: Blue Whale. HEX triplet: 07, 2F and 4D. RGB value is (7,47,77). Sum of RGB (Red+Green+Blue) = 7+47+77=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 47 (18.75% from 255 or 35.88% from 131); Blue value is 77 (30.47% from 255 or 58.78% from 131); Max value from RGB is 77 - color contains mainly: blue. Hex color #072F4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072F4D is #F8D0B2. Grayscale: #262626. Windows color (decimal): -16306355 or 5058311. OLE color: 5058311.

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

Color convert

RGB 7 47 77 -
CMYK 0.91 0.39 0 0.70
HSL 205.71º 0.83% 0.16% -
HSV(B) 205.71º 0.91% 0.3% -
XYZ 2.44 2.61 7.4 -
YUV 38.46 149.75 105.56 -
System Red Green Blue C M Y K H S L
Decimal 7 47 77 0.91 0.39 0 0.70 205.71 0.83 0.16
Hex 7 2F 4D 5B 27 0 46 CE 53 10
Octal 7 57 115 133 47 0 106 316 123 20
Binary 111 101111 1001101 1011011 100111 0 1000110 11001110 1010011 10000

Color Harmonies of #072F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072F4D

Black with #072F4D

Text Example


Text Example

White with #072F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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