Html Css Color HEX #0A338E Smalt

📋 copy color: '#0A338E'

red 10 ◦ green 51 ◦ blue 142

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

Shades of Smalt #0A338E

Tints of Smalt #0A338E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.12%

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

R = 4.93%
G = 25.12%
B = 69.95%

CMYK

 C value IS 0.93

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0A338E (or 0x0A338E) is known color: Smalt. HEX triplet: 0A, 33 and 8E. RGB value is (10,51,142). Sum of RGB (Red+Green+Blue) = 10+51+142=203 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.93% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 142 (55.86% from 255 or 69.95% from 203); Max value from RGB is 142 - color contains mainly: blue. Hex color #0A338E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A338E is #F5CC71. Grayscale: #303030. Windows color (decimal): -16108658 or 9319178. OLE color: 9319178.

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

Color convert

RGB 10 51 142 -
CMYK 0.93 0.64 0 0.44
HSL 221.36º 0.87% 0.3% -
HSV(B) 221.36º 0.93% 0.56% -
XYZ 6.19 4.39 26.11 -
YUV 49.12 180.42 100.1 -
System Red Green Blue C M Y K H S L
Decimal 10 51 142 0.93 0.64 0 0.44 221.36 0.87 0.3
Hex A 33 8E 5D 40 0 2C DD 57 1E
Octal 12 63 216 135 100 0 54 335 127 36
Binary 1010 110011 10001110 1011101 1000000 0 101100 11011101 1010111 11110

Color Harmonies of #0A338E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A338E

Black with #0A338E

Text Example


Text Example

White with #0A338E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,51,142); }

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

background-color css

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

 a { background-color: rgb(10,51,142); }

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

border-color css

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

 span { border-color: rgb(10,51,142); }

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