Html Css Color HEX #0A348B Smalt

📋 copy color: '#0A348B'

red 10 ◦ green 52 ◦ blue 139

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

Shades of Smalt #0A348B

Tints of Smalt #0A348B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.87%

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

R = 4.98%
G = 25.87%
B = 69.15%

CMYK

 C value IS 0.93

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0A348B (or 0x0A348B) is known color: Smalt. HEX triplet: 0A, 34 and 8B. RGB value is (10,52,139). Sum of RGB (Red+Green+Blue) = 10+52+139=201 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.98% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 139 (54.69% from 255 or 69.15% from 201); Max value from RGB is 139 - color contains mainly: blue. Hex color #0A348B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A348B is #F5CB74. Grayscale: #303030. Windows color (decimal): -16108405 or 9122826. OLE color: 9122826.

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

Color convert

RGB 10 52 139 -
CMYK 0.93 0.63 0 0.45
HSL 220.47º 0.87% 0.29% -
HSV(B) 220.47º 0.93% 0.55% -
XYZ 6.01 4.38 24.96 -
YUV 49.36 178.59 99.93 -
System Red Green Blue C M Y K H S L
Decimal 10 52 139 0.93 0.63 0 0.45 220.47 0.87 0.29
Hex A 34 8B 5D 3F 0 2D DC 57 1D
Octal 12 64 213 135 77 0 55 334 127 35
Binary 1010 110100 10001011 1011101 111111 0 101101 11011100 1010111 11101

Color Harmonies of #0A348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A348B

Black with #0A348B

Text Example


Text Example

White with #0A348B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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