Html Css Color HEX #07218B Smalt

📋 copy color: '#07218B'

red 7 ◦ green 33 ◦ blue 139

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

Shades of Smalt #07218B

Tints of Smalt #07218B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 77.65%

R = 3.91%
G = 18.44%
B = 77.65%

CMYK

 C value IS 0.95

 M value IS 0.76

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#07218B (or 0x07218B) is known color: Smalt. HEX triplet: 07, 21 and 8B. RGB value is (7,33,139). Sum of RGB (Red+Green+Blue) = 7+33+139=179 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.91% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 139 (54.69% from 255 or 77.65% from 179); Max value from RGB is 139 - color contains mainly: blue. Hex color #07218B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07218B is #F8DE74. Grayscale: #242424. Windows color (decimal): -16309877 or 9117959. OLE color: 9117959.

HSL color Cylindrical-coordinate representation of color #07218B: hue angle of 228.18º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07218B is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 7 33 139 -
CMYK 0.95 0.76 0 0.45
HSL 228.18º 0.9% 0.29% -
HSV(B) 228.18º 0.95% 0.55% -
XYZ 5.29 3 24.73 -
YUV 37.31 185.39 106.38 -
System Red Green Blue C M Y K H S L
Decimal 7 33 139 0.95 0.76 0 0.45 228.18 0.9 0.29
Hex 7 21 8B 5F 4C 0 2D E4 5A 1D
Octal 7 41 213 137 114 0 55 344 132 35
Binary 111 100001 10001011 1011111 1001100 0 101101 11100100 1011010 11101

Color Harmonies of #07218B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07218B

Black with #07218B

Text Example


Text Example

White with #07218B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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