Html Css Color HEX #0A218A Smalt

📋 copy color: '#0A218A'

red 10 ◦ green 33 ◦ blue 138

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

Shades of Smalt #0A218A

Tints of Smalt #0A218A

RGB

 RED value IS 10 (4.3% from 255) = 5.52%

 GREEN value IS 33 (13.28% from 255) = 18.23%

 BLUE value IS 138 (54.3% from 255) = 76.24%

R = 5.52%
G = 18.23%
B = 76.24%

CMYK

 C value IS 0.93

 M value IS 0.76

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0A218A (or 0x0A218A) is known color: Smalt. HEX triplet: 0A, 21 and 8A. RGB value is (10,33,138). Sum of RGB (Red+Green+Blue) = 10+33+138=181 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.52% from 181); Green value is 33 (13.28% from 255 or 18.23% from 181); Blue value is 138 (54.30% from 255 or 76.24% from 181); Max value from RGB is 138 - color contains mainly: blue. Hex color #0A218A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A218A is #F5DE75. Grayscale: #252525. Windows color (decimal): -16113270 or 9052426. OLE color: 9052426.

HSL color Cylindrical-coordinate representation of color #0A218A: hue angle of 229.22º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A218A is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 10 33 138 -
CMYK 0.93 0.76 0 0.46
HSL 229.22º 0.86% 0.29% -
HSV(B) 229.22º 0.93% 0.54% -
XYZ 5.26 2.99 24.34 -
YUV 38.09 184.38 107.96 -
System Red Green Blue C M Y K H S L
Decimal 10 33 138 0.93 0.76 0 0.46 229.22 0.86 0.29
Hex A 21 8A 5D 4C 0 2E E5 56 1D
Octal 12 41 212 135 114 0 56 345 126 35
Binary 1010 100001 10001010 1011101 1001100 0 101110 11100101 1010110 11101

Color Harmonies of #0A218A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A218A

Black with #0A218A

Text Example


Text Example

White with #0A218A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A218A; }

 p { color: rgb(10,33,138); }

 H1.HeaderClassName
 {
   color: #0A218A;
 }
 .AnyTagClassName
 {
   color: #0A218A;
 }
</style>

background-color css

<style>
 a { background-color: #0A218A; }

 a { background-color: rgb(10,33,138); }

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

border-color css

<style>
 span { border-color: #0A218A; }

 span { border-color: rgb(10,33,138); }

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