Html Css Color HEX #0A258B Smalt

📋 copy color: '#0A258B'

red 10 ◦ green 37 ◦ blue 139

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

Shades of Smalt #0A258B

Tints of Smalt #0A258B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.89%

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

R = 5.38%
G = 19.89%
B = 74.73%

CMYK

 C value IS 0.93

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0A258B (or 0x0A258B) is known color: Smalt. HEX triplet: 0A, 25 and 8B. RGB value is (10,37,139). Sum of RGB (Red+Green+Blue) = 10+37+139=186 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.38% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 139 (54.69% from 255 or 74.73% from 186); Max value from RGB is 139 - color contains mainly: blue. Hex color #0A258B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A258B is #F5DA74. Grayscale: #282828. Windows color (decimal): -16112245 or 9118986. OLE color: 9118986.

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

Color convert

RGB 10 37 139 -
CMYK 0.93 0.73 0 0.45
HSL 227.44º 0.87% 0.29% -
HSV(B) 227.44º 0.93% 0.55% -
XYZ 5.45 3.25 24.77 -
YUV 40.56 183.55 106.21 -
System Red Green Blue C M Y K H S L
Decimal 10 37 139 0.93 0.73 0 0.45 227.44 0.87 0.29
Hex A 25 8B 5D 49 0 2D E3 57 1D
Octal 12 45 213 135 111 0 55 343 127 35
Binary 1010 100101 10001011 1011101 1001001 0 101101 11100011 1010111 11101

Color Harmonies of #0A258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A258B

Black with #0A258B

Text Example


Text Example

White with #0A258B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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