Html Css Color HEX #10238E Smalt

📋 copy color: '#10238E'

red 16 ◦ green 35 ◦ blue 142

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

Shades of Smalt #10238E

Tints of Smalt #10238E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 73.58%

R = 8.29%
G = 18.13%
B = 73.58%

CMYK

 C value IS 0.89

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#10238E (or 0x10238E) is known color: Smalt. HEX triplet: 10, 23 and 8E. RGB value is (16,35,142). Sum of RGB (Red+Green+Blue) = 16+35+142=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 142 (55.86% from 255 or 73.58% from 193); Max value from RGB is 142 - color contains mainly: blue. Hex color #10238E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10238E is #EFDC71. Grayscale: #292929. Windows color (decimal): -15719538 or 9315088. OLE color: 9315088.

HSL color Cylindrical-coordinate representation of color #10238E: hue angle of 230.95º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10238E is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 16 35 142 -
CMYK 0.89 0.75 0 0.44
HSL 230.95º 0.8% 0.31% -
HSV(B) 230.95º 0.89% 0.56% -
XYZ 5.7 3.27 25.92 -
YUV 41.52 184.71 109.8 -
System Red Green Blue C M Y K H S L
Decimal 16 35 142 0.89 0.75 0 0.44 230.95 0.8 0.31
Hex 10 23 8E 59 4B 0 2C E7 50 1F
Octal 20 43 216 131 113 0 54 347 120 37
Binary 10000 100011 10001110 1011001 1001011 0 101100 11100111 1010000 11111

Color Harmonies of #10238E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10238E

Black with #10238E

Text Example


Text Example

White with #10238E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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