Html Css Color HEX #072C9B Smalt

📋 copy color: '#072C9B'

red 7 ◦ green 44 ◦ blue 155

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

Shades of Smalt #072C9B

Tints of Smalt #072C9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 75.24%

R = 3.4%
G = 21.36%
B = 75.24%

CMYK

 C value IS 0.95

 M value IS 0.72

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#072C9B (or 0x072C9B) is known color: Smalt. HEX triplet: 07, 2C and 9B. RGB value is (7,44,155). Sum of RGB (Red+Green+Blue) = 7+44+155=206 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.40% from 206); Green value is 44 (17.58% from 255 or 21.36% from 206); Blue value is 155 (60.94% from 255 or 75.24% from 206); Max value from RGB is 155 - color contains mainly: blue. Hex color #072C9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072C9B is #F8D364. Grayscale: #2D2D2D. Windows color (decimal): -16307045 or 10169351. OLE color: 10169351.

HSL color Cylindrical-coordinate representation of color #072C9B: hue angle of 225º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #072C9B is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 7 44 155 -
CMYK 0.95 0.72 0 0.39
HSL 225º 0.91% 0.32% -
HSV(B) 225º 0.95% 0.61% -
XYZ 6.9 4.21 31.46 -
YUV 45.59 189.74 100.47 -
System Red Green Blue C M Y K H S L
Decimal 7 44 155 0.95 0.72 0 0.39 225 0.91 0.32
Hex 7 2C 9B 5F 48 0 27 E1 5B 20
Octal 7 54 233 137 110 0 47 341 133 40
Binary 111 101100 10011011 1011111 1001000 0 100111 11100001 1011011 100000

Color Harmonies of #072C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072C9B

Black with #072C9B

Text Example


Text Example

White with #072C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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