Html Css Color HEX #072C8B Smalt

📋 copy color: '#072C8B'

red 7 ◦ green 44 ◦ blue 139

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

Shades of Smalt #072C8B

Tints of Smalt #072C8B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 23.16%

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

R = 3.68%
G = 23.16%
B = 73.16%

CMYK

 C value IS 0.95

 M value IS 0.68

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#072C8B (or 0x072C8B) is known color: Smalt. HEX triplet: 07, 2C and 8B. RGB value is (7,44,139). Sum of RGB (Red+Green+Blue) = 7+44+139=190 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.68% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 139 (54.69% from 255 or 73.16% from 190); Max value from RGB is 139 - color contains mainly: blue. Hex color #072C8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072C8B is #F8D374. Grayscale: #2B2B2B. Windows color (decimal): -16307061 or 9120775. OLE color: 9120775.

HSL color Cylindrical-coordinate representation of color #072C8B: hue angle of 223.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 #072C8B is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 7 44 139 -
CMYK 0.95 0.68 0 0.45
HSL 223.18º 0.9% 0.29% -
HSV(B) 223.18º 0.95% 0.55% -
XYZ 5.65 3.71 24.84 -
YUV 43.77 181.74 101.78 -
System Red Green Blue C M Y K H S L
Decimal 7 44 139 0.95 0.68 0 0.45 223.18 0.9 0.29
Hex 7 2C 8B 5F 44 0 2D DF 5A 1D
Octal 7 54 213 137 104 0 55 337 132 35
Binary 111 101100 10001011 1011111 1000100 0 101101 11011111 1011010 11101

Color Harmonies of #072C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072C8B

Black with #072C8B

Text Example


Text Example

White with #072C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072C8B; }

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

 H1.HeaderClassName
 {
   color: #072C8B;
 }
 .AnyTagClassName
 {
   color: #072C8B;
 }
</style>

background-color css

<style>
 a { background-color: #072C8B; }

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

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

border-color css

<style>
 span { border-color: #072C8B; }

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

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