Html Css Color HEX #0A2D87 Smalt

📋 copy color: '#0A2D87'

red 10 ◦ green 45 ◦ blue 135

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

Shades of Smalt #0A2D87

Tints of Smalt #0A2D87

RGB

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

 GREEN value IS 45 (17.97% from 255) = 23.68%

 BLUE value IS 135 (53.13% from 255) = 71.05%

R = 5.26%
G = 23.68%
B = 71.05%

CMYK

 C value IS 0.93

 M value IS 0.67

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0A2D87 (or 0x0A2D87) is known color: Smalt. HEX triplet: 0A, 2D and 87. RGB value is (10,45,135). Sum of RGB (Red+Green+Blue) = 10+45+135=190 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.26% from 190); Green value is 45 (17.97% from 255 or 23.68% from 190); Blue value is 135 (53.12% from 255 or 71.05% from 190); Max value from RGB is 135 - color contains mainly: blue. Hex color #0A2D87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A2D87 is #F5D278. Grayscale: #2C2C2C. Windows color (decimal): -16110201 or 8858890. OLE color: 8858890.

HSL color Cylindrical-coordinate representation of color #0A2D87: hue angle of 223.2º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A2D87 is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 10 45 135 -
CMYK 0.93 0.67 0 0.47
HSL 223.2º 0.86% 0.28% -
HSV(B) 223.2º 0.93% 0.53% -
XYZ 5.44 3.69 23.35 -
YUV 44.8 178.9 103.18 -
System Red Green Blue C M Y K H S L
Decimal 10 45 135 0.93 0.67 0 0.47 223.2 0.86 0.28
Hex A 2D 87 5D 43 0 2F DF 56 1C
Octal 12 55 207 135 103 0 57 337 126 34
Binary 1010 101101 10000111 1011101 1000011 0 101111 11011111 1010110 11100

Color Harmonies of #0A2D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2D87

Black with #0A2D87

Text Example


Text Example

White with #0A2D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,45,135); }

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

background-color css

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

 a { background-color: rgb(10,45,135); }

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

border-color css

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

 span { border-color: rgb(10,45,135); }

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