Html Css Color HEX #07374B Blue Whale

📋 copy color: '#07374B'

red 7 ◦ green 55 ◦ blue 75

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

Shades of Blue Whale #07374B

Tints of Blue Whale #07374B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 40.15%

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

R = 5.11%
G = 40.15%
B = 54.74%

CMYK

 C value IS 0.91

 M value IS 0.27

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#07374B (or 0x07374B) is known color: Blue Whale. HEX triplet: 07, 37 and 4B. RGB value is (7,55,75). Sum of RGB (Red+Green+Blue) = 7+55+75=137 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.11% from 137); Green value is 55 (21.88% from 255 or 40.15% from 137); Blue value is 75 (29.69% from 255 or 54.74% from 137); Max value from RGB is 75 - color contains mainly: blue. Hex color #07374B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07374B is #F8C8B4. Grayscale: #2A2A2A. Windows color (decimal): -16304309 or 4929287. OLE color: 4929287.

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

Color convert

RGB 7 55 75 -
CMYK 0.91 0.27 0 0.71
HSL 197.65º 0.83% 0.16% -
HSV(B) 197.65º 0.91% 0.29% -
XYZ 2.72 3.29 7.15 -
YUV 42.93 146.1 102.37 -
System Red Green Blue C M Y K H S L
Decimal 7 55 75 0.91 0.27 0 0.71 197.65 0.83 0.16
Hex 7 37 4B 5B 1B 0 47 C6 53 10
Octal 7 67 113 133 33 0 107 306 123 20
Binary 111 110111 1001011 1011011 11011 0 1000111 11000110 1010011 10000

Color Harmonies of #07374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07374B

Black with #07374B

Text Example


Text Example

White with #07374B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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