Html Css Color HEX #07334A Blue Whale

📋 copy color: '#07334A'

red 7 ◦ green 51 ◦ blue 74

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

Shades of Blue Whale #07334A

Tints of Blue Whale #07334A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 38.64%

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

R = 5.3%
G = 38.64%
B = 56.06%

CMYK

 C value IS 0.91

 M value IS 0.31

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#07334A (or 0x07334A) is known color: Blue Whale. HEX triplet: 07, 33 and 4A. RGB value is (7,51,74). Sum of RGB (Red+Green+Blue) = 7+51+74=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 51 (20.31% from 255 or 38.64% from 132); Blue value is 74 (29.30% from 255 or 56.06% from 132); Max value from RGB is 74 - color contains mainly: blue. Hex color #07334A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07334A is #F8CCB5. Grayscale: #282828. Windows color (decimal): -16305334 or 4862727. OLE color: 4862727.

HSL color Cylindrical-coordinate representation of color #07334A: hue angle of 200.6º 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 #07334A is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 51 74 -
CMYK 0.91 0.31 0 0.71
HSL 200.6º 0.83% 0.16% -
HSV(B) 200.6º 0.91% 0.29% -
XYZ 2.51 2.91 6.91 -
YUV 40.47 146.92 104.13 -
System Red Green Blue C M Y K H S L
Decimal 7 51 74 0.91 0.31 0 0.71 200.6 0.83 0.16
Hex 7 33 4A 5B 1F 0 47 C9 53 10
Octal 7 63 112 133 37 0 107 311 123 20
Binary 111 110011 1001010 1011011 11111 0 1000111 11001001 1010011 10000

Color Harmonies of #07334A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07334A

Black with #07334A

Text Example


Text Example

White with #07334A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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