Html Css Color HEX #07238B Smalt

📋 copy color: '#07238B'

red 7 ◦ green 35 ◦ blue 139

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

Shades of Smalt #07238B

Tints of Smalt #07238B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 76.8%

R = 3.87%
G = 19.34%
B = 76.8%

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

#07238B (or 0x07238B) is known color: Smalt. HEX triplet: 07, 23 and 8B. RGB value is (7,35,139). Sum of RGB (Red+Green+Blue) = 7+35+139=181 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.87% from 181); Green value is 35 (14.06% from 255 or 19.34% from 181); Blue value is 139 (54.69% from 255 or 76.80% from 181); Max value from RGB is 139 - color contains mainly: blue. Hex color #07238B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07238B is #F8DC74. Grayscale: #262626. Windows color (decimal): -16309365 or 9118471. OLE color: 9118471.

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

Color convert

RGB 7 35 139 -
CMYK 0.95 0.75 0 0.45
HSL 227.27º 0.9% 0.29% -
HSV(B) 227.27º 0.95% 0.55% -
XYZ 5.35 3.11 24.74 -
YUV 38.48 184.72 105.54 -
System Red Green Blue C M Y K H S L
Decimal 7 35 139 0.95 0.75 0 0.45 227.27 0.9 0.29
Hex 7 23 8B 5F 4B 0 2D E3 5A 1D
Octal 7 43 213 137 113 0 55 343 132 35
Binary 111 100011 10001011 1011111 1001011 0 101101 11100011 1011010 11101

Color Harmonies of #07238B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07238B

Black with #07238B

Text Example


Text Example

White with #07238B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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