Html Css Color HEX #0A358A Smalt

📋 copy color: '#0A358A'

red 10 ◦ green 53 ◦ blue 138

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

Shades of Smalt #0A358A

Tints of Smalt #0A358A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.37%

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

R = 4.98%
G = 26.37%
B = 68.66%

CMYK

 C value IS 0.93

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0A358A (or 0x0A358A) is known color: Smalt. HEX triplet: 0A, 35 and 8A. RGB value is (10,53,138). Sum of RGB (Red+Green+Blue) = 10+53+138=201 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.98% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 138 (54.30% from 255 or 68.66% from 201); Max value from RGB is 138 - color contains mainly: blue. Hex color #0A358A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A358A is #F5CA75. Grayscale: #313131. Windows color (decimal): -16108150 or 9057546. OLE color: 9057546.

HSL color Cylindrical-coordinate representation of color #0A358A: hue angle of 219.84º 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 #0A358A is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 10 53 138 -
CMYK 0.93 0.62 0 0.46
HSL 219.84º 0.86% 0.29% -
HSV(B) 219.84º 0.93% 0.54% -
XYZ 5.99 4.45 24.59 -
YUV 49.83 177.75 99.59 -
System Red Green Blue C M Y K H S L
Decimal 10 53 138 0.93 0.62 0 0.46 219.84 0.86 0.29
Hex A 35 8A 5D 3E 0 2E DC 56 1D
Octal 12 65 212 135 76 0 56 334 126 35
Binary 1010 110101 10001010 1011101 111110 0 101110 11011100 1010110 11101

Color Harmonies of #0A358A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A358A

Black with #0A358A

Text Example


Text Example

White with #0A358A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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