Html Css Color HEX #07204E Sapphire

📋 copy color: '#07204E'

red 7 ◦ green 32 ◦ blue 78

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

Shades of Sapphire #07204E

Tints of Sapphire #07204E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 27.35%

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

R = 5.98%
G = 27.35%
B = 66.67%

CMYK

 C value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#07204E (or 0x07204E) is known color: Sapphire. HEX triplet: 07, 20 and 4E. RGB value is (7,32,78). Sum of RGB (Red+Green+Blue) = 7+32+78=117 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.98% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 78 (30.86% from 255 or 66.67% from 117); Max value from RGB is 78 - color contains mainly: blue. Hex color #07204E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07204E is #F8DFB1. Grayscale: #1D1D1D. Windows color (decimal): -16310194 or 5120007. OLE color: 5120007.

HSL color Cylindrical-coordinate representation of color #07204E: hue angle of 218.87º 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 #07204E is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 7 32 78 -
CMYK 0.91 0.59 0 0.69
HSL 218.87º 0.84% 0.17% -
HSV(B) 218.87º 0.91% 0.31% -
XYZ 1.98 1.63 7.42 -
YUV 29.77 155.22 111.76 -
System Red Green Blue C M Y K H S L
Decimal 7 32 78 0.91 0.59 0 0.69 218.87 0.84 0.17
Hex 7 20 4E 5B 3B 0 45 DB 54 11
Octal 7 40 116 133 73 0 105 333 124 21
Binary 111 100000 1001110 1011011 111011 0 1000101 11011011 1010100 10001

Color Harmonies of #07204E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07204E

Black with #07204E

Text Example


Text Example

White with #07204E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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