Html Css Color HEX #07324A Blue Whale

📋 copy color: '#07324A'

red 7 ◦ green 50 ◦ blue 74

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

Shades of Blue Whale #07324A

Tints of Blue Whale #07324A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 38.17%

 BLUE value IS 74 (29.3% from 255) = 56.49%

R = 5.34%
G = 38.17%
B = 56.49%

CMYK

 C value IS 0.91

 M value IS 0.32

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#07324A (or 0x07324A) is known color: Blue Whale. HEX triplet: 07, 32 and 4A. RGB value is (7,50,74). Sum of RGB (Red+Green+Blue) = 7+50+74=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 50 (19.92% from 255 or 38.17% from 131); Blue value is 74 (29.30% from 255 or 56.49% from 131); Max value from RGB is 74 - color contains mainly: blue. Hex color #07324A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07324A is #F8CDB5. Grayscale: #272727. Windows color (decimal): -16305590 or 4862471. OLE color: 4862471.

HSL color Cylindrical-coordinate representation of color #07324A: hue angle of 201.49º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07324A is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 50 74 -
CMYK 0.91 0.32 0 0.71
HSL 201.49º 0.83% 0.16% -
HSV(B) 201.49º 0.91% 0.29% -
XYZ 2.46 2.82 6.89 -
YUV 39.88 147.25 104.55 -
System Red Green Blue C M Y K H S L
Decimal 7 50 74 0.91 0.32 0 0.71 201.49 0.83 0.16
Hex 7 32 4A 5B 20 0 47 C9 53 10
Octal 7 62 112 133 40 0 107 311 123 20
Binary 111 110010 1001010 1011011 100000 0 1000111 11001001 1010011 10000

Color Harmonies of #07324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07324A

Black with #07324A

Text Example


Text Example

White with #07324A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07324A; }

 p { color: rgb(7,50,74); }

 H1.HeaderClassName
 {
   color: #07324A;
 }
 .AnyTagClassName
 {
   color: #07324A;
 }
</style>

background-color css

<style>
 a { background-color: #07324A; }

 a { background-color: rgb(7,50,74); }

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

border-color css

<style>
 span { border-color: #07324A; }

 span { border-color: rgb(7,50,74); }

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