Html Css Color HEX #07238D Smalt

📋 copy color: '#07238D'

red 7 ◦ green 35 ◦ blue 141

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

Shades of Smalt #07238D

Tints of Smalt #07238D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.13%

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

R = 3.83%
G = 19.13%
B = 77.05%

CMYK

 C value IS 0.95

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#07238D (or 0x07238D) is known color: Smalt. HEX triplet: 07, 23 and 8D. RGB value is (7,35,141). Sum of RGB (Red+Green+Blue) = 7+35+141=183 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.83% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 141 (55.47% from 255 or 77.05% from 183); Max value from RGB is 141 - color contains mainly: blue. Hex color #07238D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07238D is #F8DC72. Grayscale: #262626. Windows color (decimal): -16309363 or 9249543. OLE color: 9249543.

HSL color Cylindrical-coordinate representation of color #07238D: hue angle of 227.46º 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 #07238D is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 7 35 141 -
CMYK 0.95 0.75 0 0.45
HSL 227.46º 0.91% 0.29% -
HSV(B) 227.46º 0.95% 0.55% -
XYZ 5.5 3.17 25.52 -
YUV 38.71 185.72 105.38 -
System Red Green Blue C M Y K H S L
Decimal 7 35 141 0.95 0.75 0 0.45 227.46 0.91 0.29
Hex 7 23 8D 5F 4B 0 2D E3 5B 1D
Octal 7 43 215 137 113 0 55 343 133 35
Binary 111 100011 10001101 1011111 1001011 0 101101 11100011 1011011 11101

Color Harmonies of #07238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07238D

Black with #07238D

Text Example


Text Example

White with #07238D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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