Html Css Color HEX #07364E Blue Whale

📋 copy color: '#07364E'

red 7 ◦ green 54 ◦ blue 78

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

Shades of Blue Whale #07364E

Tints of Blue Whale #07364E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 38.85%

 BLUE value IS 78 (30.86% from 255) = 56.12%

R = 5.04%
G = 38.85%
B = 56.12%

CMYK

 C value IS 0.91

 M value IS 0.31

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#07364E (or 0x07364E) is known color: Blue Whale. HEX triplet: 07, 36 and 4E. RGB value is (7,54,78). Sum of RGB (Red+Green+Blue) = 7+54+78=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 54 (21.48% from 255 or 38.85% from 139); Blue value is 78 (30.86% from 255 or 56.12% from 139); Max value from RGB is 78 - color contains mainly: blue. Hex color #07364E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07364E is #F8C9B1. Grayscale: #2A2A2A. Windows color (decimal): -16304562 or 5125639. OLE color: 5125639.

HSL color Cylindrical-coordinate representation of color #07364E: hue angle of 200.28º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07364E is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 7 54 78 -
CMYK 0.91 0.31 0 0.69
HSL 200.28º 0.84% 0.17% -
HSV(B) 200.28º 0.91% 0.31% -
XYZ 2.78 3.23 7.69 -
YUV 42.68 147.93 102.55 -
System Red Green Blue C M Y K H S L
Decimal 7 54 78 0.91 0.31 0 0.69 200.28 0.84 0.17
Hex 7 36 4E 5B 1F 0 45 C8 54 11
Octal 7 66 116 133 37 0 105 310 124 21
Binary 111 110110 1001110 1011011 11111 0 1000101 11001000 1010100 10001

Color Harmonies of #07364E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07364E

Black with #07364E

Text Example


Text Example

White with #07364E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,54,78); }

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

background-color css

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

 a { background-color: rgb(7,54,78); }

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

border-color css

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

 span { border-color: rgb(7,54,78); }

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