Html Css Color HEX #07303E Blue Whale

📋 copy color: '#07303E'

red 7 ◦ green 48 ◦ blue 62

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

Shades of Blue Whale #07303E

Tints of Blue Whale #07303E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 41.03%

 BLUE value IS 62 (24.61% from 255) = 52.99%

R = 5.98%
G = 41.03%
B = 52.99%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#07303E (or 0x07303E) is known color: Blue Whale. HEX triplet: 07, 30 and 3E. RGB value is (7,48,62). Sum of RGB (Red+Green+Blue) = 7+48+62=117 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.98% from 117); Green value is 48 (19.14% from 255 or 41.03% from 117); Blue value is 62 (24.61% from 255 or 52.99% from 117); Max value from RGB is 62 - color contains mainly: blue. Hex color #07303E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07303E is #F8CFC1. Grayscale: #252525. Windows color (decimal): -16306114 or 4075527. OLE color: 4075527.

HSL color Cylindrical-coordinate representation of color #07303E: hue angle of 195.27º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07303E is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 7 48 62 -
CMYK 0.89 0.23 0 0.76
HSL 195.27º 0.8% 0.14% -
HSV(B) 195.27º 0.89% 0.24% -
XYZ 2.01 2.51 4.94 -
YUV 37.34 141.92 106.36 -
System Red Green Blue C M Y K H S L
Decimal 7 48 62 0.89 0.23 0 0.76 195.27 0.8 0.14
Hex 7 30 3E 59 17 0 4C C3 50 E
Octal 7 60 76 131 27 0 114 303 120 16
Binary 111 110000 111110 1011001 10111 0 1001100 11000011 1010000 1110

Color Harmonies of #07303E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07303E

Black with #07303E

Text Example


Text Example

White with #07303E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07303E; }

 p { color: rgb(7,48,62); }

 H1.HeaderClassName
 {
   color: #07303E;
 }
 .AnyTagClassName
 {
   color: #07303E;
 }
</style>

background-color css

<style>
 a { background-color: #07303E; }

 a { background-color: rgb(7,48,62); }

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

border-color css

<style>
 span { border-color: #07303E; }

 span { border-color: rgb(7,48,62); }

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