Html Css Color HEX #072F3D Blue Whale

📋 copy color: '#072F3D'

red 7 ◦ green 47 ◦ blue 61

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

Shades of Blue Whale #072F3D

Tints of Blue Whale #072F3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 53.04%

R = 6.09%
G = 40.87%
B = 53.04%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#072F3D (or 0x072F3D) is known color: Blue Whale. HEX triplet: 07, 2F and 3D. RGB value is (7,47,61). Sum of RGB (Red+Green+Blue) = 7+47+61=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 47 (18.75% from 255 or 40.87% from 115); Blue value is 61 (24.22% from 255 or 53.04% from 115); Max value from RGB is 61 - color contains mainly: blue. Hex color #072F3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072F3D is #F8D0C2. Grayscale: #242424. Windows color (decimal): -16306371 or 4009735. OLE color: 4009735.

HSL color Cylindrical-coordinate representation of color #072F3D: hue angle of 195.56º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #072F3D is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 7 47 61 -
CMYK 0.89 0.23 0 0.76
HSL 195.56º 0.79% 0.13% -
HSV(B) 195.56º 0.89% 0.24% -
XYZ 1.95 2.42 4.78 -
YUV 36.64 141.75 106.86 -
System Red Green Blue C M Y K H S L
Decimal 7 47 61 0.89 0.23 0 0.76 195.56 0.79 0.13
Hex 7 2F 3D 59 17 0 4C C4 4F D
Octal 7 57 75 131 27 0 114 304 117 15
Binary 111 101111 111101 1011001 10111 0 1001100 11000100 1001111 1101

Color Harmonies of #072F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072F3D

Black with #072F3D

Text Example


Text Example

White with #072F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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