Html Css Color HEX #072B9C Smalt

📋 copy color: '#072B9C'

red 7 ◦ green 43 ◦ blue 156

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

Shades of Smalt #072B9C

Tints of Smalt #072B9C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.87%

 BLUE value IS 156 (61.33% from 255) = 75.73%

R = 3.4%
G = 20.87%
B = 75.73%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#072B9C (or 0x072B9C) is known color: Smalt. HEX triplet: 07, 2B and 9C. RGB value is (7,43,156). Sum of RGB (Red+Green+Blue) = 7+43+156=206 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.40% from 206); Green value is 43 (17.19% from 255 or 20.87% from 206); Blue value is 156 (61.33% from 255 or 75.73% from 206); Max value from RGB is 156 - color contains mainly: blue. Hex color #072B9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072B9C is #F8D463. Grayscale: #2C2C2C. Windows color (decimal): -16307300 or 10234631. OLE color: 10234631.

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

Color convert

RGB 7 43 156 -
CMYK 0.96 0.72 0 0.39
HSL 225.5º 0.91% 0.32% -
HSV(B) 225.5º 0.96% 0.61% -
XYZ 6.95 4.17 31.89 -
YUV 45.12 190.57 100.81 -
System Red Green Blue C M Y K H S L
Decimal 7 43 156 0.96 0.72 0 0.39 225.5 0.91 0.32
Hex 7 2B 9C 60 48 0 27 E2 5B 20
Octal 7 53 234 140 110 0 47 342 133 40
Binary 111 101011 10011100 1100000 1001000 0 100111 11100010 1011011 100000

Color Harmonies of #072B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072B9C

Black with #072B9C

Text Example


Text Example

White with #072B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,43,156); }

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

background-color css

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

 a { background-color: rgb(7,43,156); }

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

border-color css

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

 span { border-color: rgb(7,43,156); }

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