Html Css Color HEX #07334B Blue Whale

📋 copy color: '#07334B'

red 7 ◦ green 51 ◦ blue 75

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

Shades of Blue Whale #07334B

Tints of Blue Whale #07334B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 56.39%

R = 5.26%
G = 38.35%
B = 56.39%

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

#07334B (or 0x07334B) is known color: Blue Whale. HEX triplet: 07, 33 and 4B. RGB value is (7,51,75). Sum of RGB (Red+Green+Blue) = 7+51+75=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 51 (20.31% from 255 or 38.35% from 133); Blue value is 75 (29.69% from 255 or 56.39% from 133); Max value from RGB is 75 - color contains mainly: blue. Hex color #07334B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07334B is #F8CCB4. Grayscale: #282828. Windows color (decimal): -16305333 or 4928263. OLE color: 4928263.

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

Color convert

RGB 7 51 75 -
CMYK 0.91 0.32 0 0.71
HSL 201.18º 0.83% 0.16% -
HSV(B) 201.18º 0.91% 0.29% -
XYZ 2.54 2.92 7.09 -
YUV 40.58 147.42 104.05 -
System Red Green Blue C M Y K H S L
Decimal 7 51 75 0.91 0.32 0 0.71 201.18 0.83 0.16
Hex 7 33 4B 5B 20 0 47 C9 53 10
Octal 7 63 113 133 40 0 107 311 123 20
Binary 111 110011 1001011 1011011 100000 0 1000111 11001001 1010011 10000

Color Harmonies of #07334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07334B

Black with #07334B

Text Example


Text Example

White with #07334B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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