Html Css Color HEX #0A368D Smalt

📋 copy color: '#0A368D'

red 10 ◦ green 54 ◦ blue 141

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

Shades of Smalt #0A368D

Tints of Smalt #0A368D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.34%

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

R = 4.88%
G = 26.34%
B = 68.78%

CMYK

 C value IS 0.93

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0A368D (or 0x0A368D) is known color: Smalt. HEX triplet: 0A, 36 and 8D. RGB value is (10,54,141). Sum of RGB (Red+Green+Blue) = 10+54+141=205 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.88% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 141 (55.47% from 255 or 68.78% from 205); Max value from RGB is 141 - color contains mainly: blue. Hex color #0A368D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A368D is #F5C972. Grayscale: #323232. Windows color (decimal): -16107891 or 9254410. OLE color: 9254410.

HSL color Cylindrical-coordinate representation of color #0A368D: hue angle of 219.85º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A368D is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 10 54 141 -
CMYK 0.93 0.62 0 0.45
HSL 219.85º 0.87% 0.3% -
HSV(B) 219.85º 0.93% 0.55% -
XYZ 6.25 4.63 25.76 -
YUV 50.76 178.92 98.93 -
System Red Green Blue C M Y K H S L
Decimal 10 54 141 0.93 0.62 0 0.45 219.85 0.87 0.3
Hex A 36 8D 5D 3E 0 2D DC 57 1E
Octal 12 66 215 135 76 0 55 334 127 36
Binary 1010 110110 10001101 1011101 111110 0 101101 11011100 1010111 11110

Color Harmonies of #0A368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A368D

Black with #0A368D

Text Example


Text Example

White with #0A368D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,54,141); }

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

background-color css

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

 a { background-color: rgb(10,54,141); }

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

border-color css

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

 span { border-color: rgb(10,54,141); }

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