Html Css Color HEX #072B9B Smalt

📋 copy color: '#072B9B'

red 7 ◦ green 43 ◦ blue 155

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

Shades of Smalt #072B9B

Tints of Smalt #072B9B

RGB

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

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

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

R = 3.41%
G = 20.98%
B = 75.61%

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

#072B9B (or 0x072B9B) is known color: Smalt. HEX triplet: 07, 2B and 9B. RGB value is (7,43,155). Sum of RGB (Red+Green+Blue) = 7+43+155=205 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.41% from 205); Green value is 43 (17.19% from 255 or 20.98% from 205); Blue value is 155 (60.94% from 255 or 75.61% from 205); Max value from RGB is 155 - color contains mainly: blue. Hex color #072B9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072B9B is #F8D464. Grayscale: #2C2C2C. Windows color (decimal): -16307301 or 10169095. OLE color: 10169095.

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

Color convert

RGB 7 43 155 -
CMYK 0.95 0.72 0 0.39
HSL 225.41º 0.91% 0.32% -
HSV(B) 225.41º 0.95% 0.61% -
XYZ 6.87 4.14 31.45 -
YUV 45 190.07 100.89 -
System Red Green Blue C M Y K H S L
Decimal 7 43 155 0.95 0.72 0 0.39 225.41 0.91 0.32
Hex 7 2B 9B 5F 48 0 27 E1 5B 20
Octal 7 53 233 137 110 0 47 341 133 40
Binary 111 101011 10011011 1011111 1001000 0 100111 11100001 1011011 100000

Color Harmonies of #072B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072B9B

Black with #072B9B

Text Example


Text Example

White with #072B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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