Html Css Color HEX #0A388C Smalt

📋 copy color: '#0A388C'

red 10 ◦ green 56 ◦ blue 140

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

Shades of Smalt #0A388C

Tints of Smalt #0A388C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.18%

 BLUE value IS 140 (55.08% from 255) = 67.96%

R = 4.85%
G = 27.18%
B = 67.96%

CMYK

 C value IS 0.93

 M value IS 0.6

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0A388C (or 0x0A388C) is known color: Smalt. HEX triplet: 0A, 38 and 8C. RGB value is (10,56,140). Sum of RGB (Red+Green+Blue) = 10+56+140=206 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.85% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 140 (55.08% from 255 or 67.96% from 206); Max value from RGB is 140 - color contains mainly: blue. Hex color #0A388C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A388C is #F5C773. Grayscale: #333333. Windows color (decimal): -16107380 or 9189386. OLE color: 9189386.

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

Color convert

RGB 10 56 140 -
CMYK 0.93 0.6 0 0.45
HSL 218.77º 0.87% 0.29% -
HSV(B) 218.77º 0.93% 0.55% -
XYZ 6.27 4.79 25.4 -
YUV 51.82 177.76 98.17 -
System Red Green Blue C M Y K H S L
Decimal 10 56 140 0.93 0.6 0 0.45 218.77 0.87 0.29
Hex A 38 8C 5D 3C 0 2D DB 57 1D
Octal 12 70 214 135 74 0 55 333 127 35
Binary 1010 111000 10001100 1011101 111100 0 101101 11011011 1010111 11101

Color Harmonies of #0A388C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A388C

Black with #0A388C

Text Example


Text Example

White with #0A388C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,56,140); }

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

background-color css

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

 a { background-color: rgb(10,56,140); }

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

border-color css

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

 span { border-color: rgb(10,56,140); }

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