Html Css Color HEX #061E8B Smalt

📋 copy color: '#061E8B'

red 6 ◦ green 30 ◦ blue 139

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

Shades of Smalt #061E8B

Tints of Smalt #061E8B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.14%

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

R = 3.43%
G = 17.14%
B = 79.43%

CMYK

 C value IS 0.96

 M value IS 0.78

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#061E8B (or 0x061E8B) is known color: Smalt. HEX triplet: 06, 1E and 8B. RGB value is (6,30,139). Sum of RGB (Red+Green+Blue) = 6+30+139=175 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.43% from 175); Green value is 30 (12.11% from 255 or 17.14% from 175); Blue value is 139 (54.69% from 255 or 79.43% from 175); Max value from RGB is 139 - color contains mainly: blue. Hex color #061E8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061E8B is #F9E174. Grayscale: #222222. Windows color (decimal): -16376181 or 9117190. OLE color: 9117190.

HSL color Cylindrical-coordinate representation of color #061E8B: hue angle of 229.17º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061E8B is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 30 139 -
CMYK 0.96 0.78 0 0.45
HSL 229.17º 0.92% 0.28% -
HSV(B) 229.17º 0.96% 0.55% -
XYZ 5.2 2.83 24.7 -
YUV 35.25 186.55 107.14 -
System Red Green Blue C M Y K H S L
Decimal 6 30 139 0.96 0.78 0 0.45 229.17 0.92 0.28
Hex 6 1E 8B 60 4E 0 2D E5 5C 1C
Octal 6 36 213 140 116 0 55 345 134 34
Binary 110 11110 10001011 1100000 1001110 0 101101 11100101 1011100 11100

Color Harmonies of #061E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061E8B

Black with #061E8B

Text Example


Text Example

White with #061E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061E8B; }

 p { color: rgb(6,30,139); }

 H1.HeaderClassName
 {
   color: #061E8B;
 }
 .AnyTagClassName
 {
   color: #061E8B;
 }
</style>

background-color css

<style>
 a { background-color: #061E8B; }

 a { background-color: rgb(6,30,139); }

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

border-color css

<style>
 span { border-color: #061E8B; }

 span { border-color: rgb(6,30,139); }

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