Html Css Color HEX #07214E Sapphire

📋 copy color: '#07214E'

red 7 ◦ green 33 ◦ blue 78

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

Shades of Sapphire #07214E

Tints of Sapphire #07214E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 27.97%

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

R = 5.93%
G = 27.97%
B = 66.1%

CMYK

 C value IS 0.91

 M value IS 0.58

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#07214E (or 0x07214E) is known color: Sapphire. HEX triplet: 07, 21 and 4E. RGB value is (7,33,78). Sum of RGB (Red+Green+Blue) = 7+33+78=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 78 (30.86% from 255 or 66.10% from 118); Max value from RGB is 78 - color contains mainly: blue. Hex color #07214E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07214E is #F8DEB1. Grayscale: #1E1E1E. Windows color (decimal): -16309938 or 5120263. OLE color: 5120263.

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

Color convert

RGB 7 33 78 -
CMYK 0.91 0.58 0 0.69
HSL 218.03º 0.84% 0.17% -
HSV(B) 218.03º 0.91% 0.31% -
XYZ 2.01 1.68 7.43 -
YUV 30.36 154.89 111.34 -
System Red Green Blue C M Y K H S L
Decimal 7 33 78 0.91 0.58 0 0.69 218.03 0.84 0.17
Hex 7 21 4E 5B 3A 0 45 DA 54 11
Octal 7 41 116 133 72 0 105 332 124 21
Binary 111 100001 1001110 1011011 111010 0 1000101 11011010 1010100 10001

Color Harmonies of #07214E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07214E

Black with #07214E

Text Example


Text Example

White with #07214E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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