Html Css Color HEX #072488 Smalt

📋 copy color: '#072488'

red 7 ◦ green 36 ◦ blue 136

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

Shades of Smalt #072488

Tints of Smalt #072488

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.11%

 BLUE value IS 136 (53.52% from 255) = 75.98%

R = 3.91%
G = 20.11%
B = 75.98%

CMYK

 C value IS 0.95

 M value IS 0.74

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#072488 (or 0x072488) is known color: Smalt. HEX triplet: 07, 24 and 88. RGB value is (7,36,136). Sum of RGB (Red+Green+Blue) = 7+36+136=179 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.91% from 179); Green value is 36 (14.45% from 255 or 20.11% from 179); Blue value is 136 (53.52% from 255 or 75.98% from 179); Max value from RGB is 136 - color contains mainly: blue. Hex color #072488 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072488 is #F8DB77. Grayscale: #262626. Windows color (decimal): -16309112 or 8922119. OLE color: 8922119.

HSL color Cylindrical-coordinate representation of color #072488: hue angle of 226.51º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #072488 is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 7 36 136 -
CMYK 0.95 0.74 0 0.47
HSL 226.51º 0.9% 0.28% -
HSV(B) 226.51º 0.95% 0.53% -
XYZ 5.16 3.08 23.62 -
YUV 38.73 182.89 105.37 -
System Red Green Blue C M Y K H S L
Decimal 7 36 136 0.95 0.74 0 0.47 226.51 0.9 0.28
Hex 7 24 88 5F 4A 0 2F E3 5A 1C
Octal 7 44 210 137 112 0 57 343 132 34
Binary 111 100100 10001000 1011111 1001010 0 101111 11100011 1011010 11100

Color Harmonies of #072488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072488

Black with #072488

Text Example


Text Example

White with #072488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072488; }

 p { color: rgb(7,36,136); }

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

background-color css

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

 a { background-color: rgb(7,36,136); }

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

border-color css

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

 span { border-color: rgb(7,36,136); }

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