Html Css Color HEX #072D3D Blue Whale

📋 copy color: '#072D3D'

red 7 ◦ green 45 ◦ blue 61

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

Shades of Blue Whale #072D3D

Tints of Blue Whale #072D3D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 39.82%

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

R = 6.19%
G = 39.82%
B = 53.98%

CMYK

 C value IS 0.89

 M value IS 0.26

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#072D3D (or 0x072D3D) is known color: Blue Whale. HEX triplet: 07, 2D and 3D. RGB value is (7,45,61). Sum of RGB (Red+Green+Blue) = 7+45+61=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 45 (17.97% from 255 or 39.82% from 113); Blue value is 61 (24.22% from 255 or 53.98% from 113); Max value from RGB is 61 - color contains mainly: blue. Hex color #072D3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072D3D is #F8D2C2. Grayscale: #232323. Windows color (decimal): -16306883 or 4009223. OLE color: 4009223.

HSL color Cylindrical-coordinate representation of color #072D3D: hue angle of 197.78º 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 #072D3D is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 7 45 61 -
CMYK 0.89 0.26 0 0.76
HSL 197.78º 0.79% 0.13% -
HSV(B) 197.78º 0.89% 0.24% -
XYZ 1.87 2.26 4.75 -
YUV 35.46 142.41 107.7 -
System Red Green Blue C M Y K H S L
Decimal 7 45 61 0.89 0.26 0 0.76 197.78 0.79 0.13
Hex 7 2D 3D 59 1A 0 4C C6 4F D
Octal 7 55 75 131 32 0 114 306 117 15
Binary 111 101101 111101 1011001 11010 0 1001100 11000110 1001111 1101

Color Harmonies of #072D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072D3D

Black with #072D3D

Text Example


Text Example

White with #072D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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