Html Css Color HEX #063A92 Smalt

📋 copy color: '#063A92'

red 6 ◦ green 58 ◦ blue 146

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

Shades of Smalt #063A92

Tints of Smalt #063A92

RGB

 RED value IS 6 (2.73% from 255) = 2.86%

 GREEN value IS 58 (23.05% from 255) = 27.62%

 BLUE value IS 146 (57.42% from 255) = 69.52%

R = 2.86%
G = 27.62%
B = 69.52%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#063A92 (or 0x063A92) is known color: Smalt. HEX triplet: 06, 3A and 92. RGB value is (6,58,146). Sum of RGB (Red+Green+Blue) = 6+58+146=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 58 (23.05% from 255 or 27.62% from 210); Blue value is 146 (57.42% from 255 or 69.52% from 210); Max value from RGB is 146 - color contains mainly: blue. Hex color #063A92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063A92 is #F9C56D. Grayscale: #343434. Windows color (decimal): -16369006 or 9583110. OLE color: 9583110.

HSL color Cylindrical-coordinate representation of color #063A92: hue angle of 217.71º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063A92 is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 6 58 146 -
CMYK 0.96 0.60 0 0.43
HSL 217.71º 0.92% 0.3% -
HSV(B) 217.71º 0.96% 0.57% -
XYZ 6.78 5.14 27.83 -
YUV 52.48 180.77 94.84 -
System Red Green Blue C M Y K H S L
Decimal 6 58 146 0.96 0.60 0 0.43 217.71 0.92 0.3
Hex 6 3A 92 60 3C 0 2B DA 5C 1E
Octal 6 72 222 140 74 0 53 332 134 36
Binary 110 111010 10010010 1100000 111100 0 101011 11011010 1011100 11110

Color Harmonies of #063A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063A92

Black with #063A92

Text Example


Text Example

White with #063A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063A92; }

 p { color: rgb(6,58,146); }

 H1.HeaderClassName
 {
   color: #063A92;
 }
 .AnyTagClassName
 {
   color: #063A92;
 }
</style>

background-color css

<style>
 a { background-color: #063A92; }

 a { background-color: rgb(6,58,146); }

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

border-color css

<style>
 span { border-color: #063A92; }

 span { border-color: rgb(6,58,146); }

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