Html Css Color HEX #072D9C Smalt

📋 copy color: '#072D9C'

red 7 ◦ green 45 ◦ blue 156

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

Shades of Smalt #072D9C

Tints of Smalt #072D9C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.63%

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

R = 3.37%
G = 21.63%
B = 75%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#072D9C (or 0x072D9C) is known color: Smalt. HEX triplet: 07, 2D and 9C. RGB value is (7,45,156). Sum of RGB (Red+Green+Blue) = 7+45+156=208 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.37% from 208); Green value is 45 (17.97% from 255 or 21.63% from 208); Blue value is 156 (61.33% from 255 or 75% from 208); Max value from RGB is 156 - color contains mainly: blue. Hex color #072D9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072D9C is #F8D263. Grayscale: #2D2D2D. Windows color (decimal): -16306788 or 10235143. OLE color: 10235143.

HSL color Cylindrical-coordinate representation of color #072D9C: hue angle of 224.7º 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 #072D9C is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 7 45 156 -
CMYK 0.96 0.71 0 0.39
HSL 224.7º 0.91% 0.32% -
HSV(B) 224.7º 0.96% 0.61% -
XYZ 7.03 4.32 31.92 -
YUV 46.29 189.91 99.97 -
System Red Green Blue C M Y K H S L
Decimal 7 45 156 0.96 0.71 0 0.39 224.7 0.91 0.32
Hex 7 2D 9C 60 47 0 27 E1 5B 20
Octal 7 55 234 140 107 0 47 341 133 40
Binary 111 101101 10011100 1100000 1000111 0 100111 11100001 1011011 100000

Color Harmonies of #072D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072D9C

Black with #072D9C

Text Example


Text Example

White with #072D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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