Html Css Color HEX #07354B Blue Whale

📋 copy color: '#07354B'

red 7 ◦ green 53 ◦ blue 75

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

Shades of Blue Whale #07354B

Tints of Blue Whale #07354B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 39.26%

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

R = 5.19%
G = 39.26%
B = 55.56%

CMYK

 C value IS 0.91

 M value IS 0.29

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#07354B (or 0x07354B) is known color: Blue Whale. HEX triplet: 07, 35 and 4B. RGB value is (7,53,75). Sum of RGB (Red+Green+Blue) = 7+53+75=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 75 (29.69% from 255 or 55.56% from 135); Max value from RGB is 75 - color contains mainly: blue. Hex color #07354B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07354B is #F8CAB4. Grayscale: #292929. Windows color (decimal): -16304821 or 4928775. OLE color: 4928775.

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

Color convert

RGB 7 53 75 -
CMYK 0.91 0.29 0 0.71
HSL 199.41º 0.83% 0.16% -
HSV(B) 199.41º 0.91% 0.29% -
XYZ 2.63 3.1 7.12 -
YUV 41.75 146.76 103.21 -
System Red Green Blue C M Y K H S L
Decimal 7 53 75 0.91 0.29 0 0.71 199.41 0.83 0.16
Hex 7 35 4B 5B 1D 0 47 C7 53 10
Octal 7 65 113 133 35 0 107 307 123 20
Binary 111 110101 1001011 1011011 11101 0 1000111 11000111 1010011 10000

Color Harmonies of #07354B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07354B

Black with #07354B

Text Example


Text Example

White with #07354B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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