Html Css Color HEX #07248D Smalt

📋 copy color: '#07248D'

red 7 ◦ green 36 ◦ blue 141

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

Shades of Smalt #07248D

Tints of Smalt #07248D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 76.63%

R = 3.8%
G = 19.57%
B = 76.63%

CMYK

 C value IS 0.95

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#07248D (or 0x07248D) is known color: Smalt. HEX triplet: 07, 24 and 8D. RGB value is (7,36,141). Sum of RGB (Red+Green+Blue) = 7+36+141=184 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.80% from 184); Green value is 36 (14.45% from 255 or 19.57% from 184); Blue value is 141 (55.47% from 255 or 76.63% from 184); Max value from RGB is 141 - color contains mainly: blue. Hex color #07248D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07248D is #F8DB72. Grayscale: #262626. Windows color (decimal): -16309107 or 9249799. OLE color: 9249799.

HSL color Cylindrical-coordinate representation of color #07248D: hue angle of 227.01º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07248D is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 7 36 141 -
CMYK 0.95 0.74 0 0.45
HSL 227.01º 0.91% 0.29% -
HSV(B) 227.01º 0.95% 0.55% -
XYZ 5.53 3.23 25.53 -
YUV 39.3 185.39 104.96 -
System Red Green Blue C M Y K H S L
Decimal 7 36 141 0.95 0.74 0 0.45 227.01 0.91 0.29
Hex 7 24 8D 5F 4A 0 2D E3 5B 1D
Octal 7 44 215 137 112 0 55 343 133 35
Binary 111 100100 10001101 1011111 1001010 0 101101 11100011 1011011 11101

Color Harmonies of #07248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07248D

Black with #07248D

Text Example


Text Example

White with #07248D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07248D; }

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

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

background-color css

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

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

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

border-color css

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

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

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