Html Css Color HEX #0A378C Smalt

📋 copy color: '#0A378C'

red 10 ◦ green 55 ◦ blue 140

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

Shades of Smalt #0A378C

Tints of Smalt #0A378C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.83%

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

R = 4.88%
G = 26.83%
B = 68.29%

CMYK

 C value IS 0.93

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0A378C (or 0x0A378C) is known color: Smalt. HEX triplet: 0A, 37 and 8C. RGB value is (10,55,140). Sum of RGB (Red+Green+Blue) = 10+55+140=205 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.88% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 140 (55.08% from 255 or 68.29% from 205); Max value from RGB is 140 - color contains mainly: blue. Hex color #0A378C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A378C is #F5C873. Grayscale: #323232. Windows color (decimal): -16107636 or 9189130. OLE color: 9189130.

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

Color convert

RGB 10 55 140 -
CMYK 0.93 0.61 0 0.45
HSL 219.23º 0.87% 0.29% -
HSV(B) 219.23º 0.93% 0.55% -
XYZ 6.22 4.69 25.39 -
YUV 51.24 178.09 98.59 -
System Red Green Blue C M Y K H S L
Decimal 10 55 140 0.93 0.61 0 0.45 219.23 0.87 0.29
Hex A 37 8C 5D 3D 0 2D DB 57 1D
Octal 12 67 214 135 75 0 55 333 127 35
Binary 1010 110111 10001100 1011101 111101 0 101101 11011011 1010111 11101

Color Harmonies of #0A378C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A378C

Black with #0A378C

Text Example


Text Example

White with #0A378C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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