Html Css Color HEX #10238B Smalt

📋 copy color: '#10238B'

red 16 ◦ green 35 ◦ blue 139

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

Shades of Smalt #10238B

Tints of Smalt #10238B

RGB

 RED value IS 16 (6.64% from 255) = 8.42%

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

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

R = 8.42%
G = 18.42%
B = 73.16%

CMYK

 C value IS 0.88

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10238B (or 0x10238B) is known color: Smalt. HEX triplet: 10, 23 and 8B. RGB value is (16,35,139). Sum of RGB (Red+Green+Blue) = 16+35+139=190 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.42% from 190); Green value is 35 (14.06% from 255 or 18.42% from 190); Blue value is 139 (54.69% from 255 or 73.16% from 190); Max value from RGB is 139 - color contains mainly: blue. Hex color #10238B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10238B is #EFDC74. Grayscale: #282828. Windows color (decimal): -15719541 or 9118480. OLE color: 9118480.

HSL color Cylindrical-coordinate representation of color #10238B: hue angle of 230.73º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10238B is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 35 139 -
CMYK 0.88 0.75 0 0.45
HSL 230.73º 0.79% 0.3% -
HSV(B) 230.73º 0.88% 0.55% -
XYZ 5.47 3.18 24.75 -
YUV 41.18 183.21 110.04 -
System Red Green Blue C M Y K H S L
Decimal 16 35 139 0.88 0.75 0 0.45 230.73 0.79 0.3
Hex 10 23 8B 58 4B 0 2D E7 4F 1E
Octal 20 43 213 130 113 0 55 347 117 36
Binary 10000 100011 10001011 1011000 1001011 0 101101 11100111 1001111 11110

Color Harmonies of #10238B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10238B

Black with #10238B

Text Example


Text Example

White with #10238B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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