Html Css Color HEX #0A368F Smalt

📋 copy color: '#0A368F'

red 10 ◦ green 54 ◦ blue 143

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

Shades of Smalt #0A368F

Tints of Smalt #0A368F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 69.08%

R = 4.83%
G = 26.09%
B = 69.08%

CMYK

 C value IS 0.93

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0A368F (or 0x0A368F) is known color: Smalt. HEX triplet: 0A, 36 and 8F. RGB value is (10,54,143). Sum of RGB (Red+Green+Blue) = 10+54+143=207 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.83% from 207); Green value is 54 (21.48% from 255 or 26.09% from 207); Blue value is 143 (56.25% from 255 or 69.08% from 207); Max value from RGB is 143 - color contains mainly: blue. Hex color #0A368F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A368F is #F5C970. Grayscale: #323232. Windows color (decimal): -16107889 or 9385482. OLE color: 9385482.

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

Color convert

RGB 10 54 143 -
CMYK 0.93 0.62 0 0.44
HSL 220.15º 0.87% 0.3% -
HSV(B) 220.15º 0.93% 0.56% -
XYZ 6.4 4.69 26.55 -
YUV 50.99 179.92 98.76 -
System Red Green Blue C M Y K H S L
Decimal 10 54 143 0.93 0.62 0 0.44 220.15 0.87 0.3
Hex A 36 8F 5D 3E 0 2C DC 57 1E
Octal 12 66 217 135 76 0 54 334 127 36
Binary 1010 110110 10001111 1011101 111110 0 101100 11011100 1010111 11110

Color Harmonies of #0A368F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A368F

Black with #0A368F

Text Example


Text Example

White with #0A368F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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