Html Css Color HEX #0A278B Smalt

📋 copy color: '#0A278B'

red 10 ◦ green 39 ◦ blue 139

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

Shades of Smalt #0A278B

Tints of Smalt #0A278B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.74%

 BLUE value IS 139 (54.69% from 255) = 73.94%

R = 5.32%
G = 20.74%
B = 73.94%

CMYK

 C value IS 0.93

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0A278B (or 0x0A278B) is known color: Smalt. HEX triplet: 0A, 27 and 8B. RGB value is (10,39,139). Sum of RGB (Red+Green+Blue) = 10+39+139=188 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.32% from 188); Green value is 39 (15.62% from 255 or 20.74% from 188); Blue value is 139 (54.69% from 255 or 73.94% from 188); Max value from RGB is 139 - color contains mainly: blue. Hex color #0A278B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A278B is #F5D874. Grayscale: #292929. Windows color (decimal): -16111733 or 9119498. OLE color: 9119498.

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

Color convert

RGB 10 39 139 -
CMYK 0.93 0.72 0 0.45
HSL 226.51º 0.87% 0.29% -
HSV(B) 226.51º 0.93% 0.55% -
XYZ 5.51 3.38 24.79 -
YUV 41.73 182.89 105.37 -
System Red Green Blue C M Y K H S L
Decimal 10 39 139 0.93 0.72 0 0.45 226.51 0.87 0.29
Hex A 27 8B 5D 48 0 2D E3 57 1D
Octal 12 47 213 135 110 0 55 343 127 35
Binary 1010 100111 10001011 1011101 1001000 0 101101 11100011 1010111 11101

Color Harmonies of #0A278B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A278B

Black with #0A278B

Text Example


Text Example

White with #0A278B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,39,139); }

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

background-color css

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

 a { background-color: rgb(10,39,139); }

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

border-color css

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

 span { border-color: rgb(10,39,139); }

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